Html Css Color HEX #396D42 Hunter Green

📋 copy color: '#396D42'

red 57 ◦ green 109 ◦ blue 66

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

Shades of Hunter Green #396D42

Tints of Hunter Green #396D42

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

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

R = 24.57%
G = 46.98%
B = 28.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#396D42 (or 0x396D42) is known color: Hunter Green. HEX triplet: 39, 6D and 42. RGB value is (57,109,66). Sum of RGB (Red+Green+Blue) = 57+109+66=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #396D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D42 is #C692BD. Grayscale: #585858. Windows color (decimal): -13013694 or 4353337. OLE color: 4353337.

HSL color Cylindrical-coordinate representation of color #396D42: hue angle of 130.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D42 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 66 -
CMYK 0.48 0 0.39 0.57
HSL 130.38º 0.31% 0.33% -
HSV(B) 130.38º 0.48% 0.43% -
XYZ 8.14 12.2 7.08 -
YUV 88.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 57 109 66 0.48 0 0.39 0.57 130.38 0.31 0.33
Hex 39 6D 42 30 0 27 39 82 1F 21
Octal 71 155 102 60 0 47 71 202 37 41
Binary 111001 1101101 1000010 110000 0 100111 111001 10000010 11111 100001

Color Harmonies of #396D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D42

Black with #396D42

Text Example


Text Example

White with #396D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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