Html Css Color HEX #396142 Hunter Green

📋 copy color: '#396142'

red 57 ◦ green 97 ◦ blue 66

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

Shades of Hunter Green #396142

Tints of Hunter Green #396142

RGB

 RED value IS 57 (22.66% from 255) = 25.91%

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 66 (26.17% from 255) = 30%

R = 25.91%
G = 44.09%
B = 30%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#396142 (or 0x396142) is known color: Hunter Green. HEX triplet: 39, 61 and 42. RGB value is (57,97,66). Sum of RGB (Red+Green+Blue) = 57+97+66=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #396142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396142 is #C69EBD. Grayscale: #515151. Windows color (decimal): -13016766 or 4350265. OLE color: 4350265.

HSL color Cylindrical-coordinate representation of color #396142: hue angle of 133.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396142 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 97 66 -
CMYK 0.41 0 0.32 0.62
HSL 133.5º 0.26% 0.3% -
HSV(B) 133.5º 0.41% 0.38% -
XYZ 6.95 9.81 6.68 -
YUV 81.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 57 97 66 0.41 0 0.32 0.62 133.5 0.26 0.3
Hex 39 61 42 29 0 20 3E 86 1A 1E
Octal 71 141 102 51 0 40 76 206 32 36
Binary 111001 1100001 1000010 101001 0 100000 111110 10000110 11010 11110

Color Harmonies of #396142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396142

Black with #396142

Text Example


Text Example

White with #396142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396142; }

 p { color: rgb(57,97,66); }

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

background-color css

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

 a { background-color: rgb(57,97,66); }

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

border-color css

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

 span { border-color: rgb(57,97,66); }

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