Html Css Color HEX #017434 Jewel

📋 copy color: '#017434'

red 1 ◦ green 116 ◦ blue 52

#017434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #017434

Tints of Jewel #017434

RGB

 RED value IS 1 (0.78% from 255) = 0.59%

 GREEN value IS 116 (45.7% from 255) = 68.64%

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 0.59%
G = 68.64%
B = 30.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#017434 (or 0x017434) is known color: Jewel. HEX triplet: 01, 74 and 34. RGB value is (1,116,52). Sum of RGB (Red+Green+Blue) = 1+116+52=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #017434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017434 is #FE8BCB. Grayscale: #4A4A4A. Windows color (decimal): -16681932 or 3437569. OLE color: 3437569.

HSL color Cylindrical-coordinate representation of color #017434: hue angle of 146.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017434 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 52 -
CMYK 0.99 0 0.55 0.55
HSL 146.61º 0.98% 0.23% -
HSV(B) 146.61º 0.99% 0.45% -
XYZ 6.88 12.75 5.35 -
YUV 74.32 115.4 75.7 -
System Red Green Blue C M Y K H S L
Decimal 1 116 52 0.99 0 0.55 0.55 146.61 0.98 0.23
Hex 1 74 34 63 0 37 37 93 62 17
Octal 1 164 64 143 0 67 67 223 142 27
Binary 1 1110100 110100 1100011 0 110111 110111 10010011 1100010 10111

Color Harmonies of #017434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017434

Black with #017434

Text Example


Text Example

White with #017434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017434; }

 p { color: rgb(1,116,52); }

 H1.HeaderClassName
 {
   color: #017434;
 }
 .AnyTagClassName
 {
   color: #017434;
 }
</style>

background-color css

<style>
 a { background-color: #017434; }

 a { background-color: rgb(1,116,52); }

 div.DivClassName
 {
   background-color: #017434;
 }
 .BgClassName
 {
   background-color: #017434;
 }
</style>

border-color css

<style>
 span { border-color: #017434; }

 span { border-color: rgb(1,116,52); }

 td.TdClassName
 {
   border-color: #017434;
 }
 .TagClassName
 {
   border-color: #017434;
 }
</style>