Color Hex Logo

#01734a Color Hex

#01734A
(1,115,74)
0 Favorites   0 Comments

Color spaces of #01734a

RGB 111574
HSL0.440.980.23
HSV158°99°45°
CMYK 0.990.000.36   0.55
XYZ7.379312.76238.5530
Yxy12.76230.25720.4448
Hunter Lab35.7244-25.646310.8121
CIE-Lab42.4029-38.434315.0403

#01734a color RGB value is (1,115,74).

#01734a hex color red value is 1, green value is 115 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #01734a hue: 0.44 , saturation: 0.98 and the lightness value of 01734a is 0.23.

The process color (four color CMYK) of #01734a color hex is 0.99, 0.00, 0.36, 0.55. Web safe color of #01734a is #006633. Color #01734a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 01001010
Octal 1 163 112
Decimal 1 115 74
Hex 1 73 4A

RGB Percentages of Color #01734a

%0.53
%60.53
%38.95

CMYK Percentages of Color #01734a

%99
%0
%36
%55

Triadic Colors of #01734a

#01734a #4a0173 #734a01

Analogous Colors of #01734a

#01734a #016373 #017311

Monochromatic Colors of #01734a

#01734a

Complementary Color

#01734a #73012a

#01734a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01734a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01734a Color CSS Codes

.mybgcolor {background-color:#01734a; } 
.myforecolor {color:#01734a; }
.mybordercolor {border:3px solid #01734a; }

#01734a Text Font Color

<p style="color:#01734a">Text here</p>

This sample text font color is #01734a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01734a Background Color

<div style="background-color:#01734a">
Div content here</div>

This div background color is #01734a


#01734a Border Color

<div style="border:3px solid #01734a">
Div here</div>

This div border color is #01734a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,115,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01734a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01734a;
  -webkit-box-shadow: 1px 1px 3px 2px #01734a;
  box-shadow:         1px 1px 3px 2px #01734a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,115,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01734a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01734a;
  -webkit-box-shadow: 1px 1px 3px 2px #01734a;
  box-shadow:         1px 1px 3px 2px #01734a;">
Div content here</div>

This div box has shadow with color #01734a


Comments

No comments written yet.

Please login to write comment.