Html Css Color HEX #396B47 Hunter Green

📋 copy color: '#396B47'

red 57 ◦ green 107 ◦ blue 71

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

Shades of Hunter Green #396B47

Tints of Hunter Green #396B47

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.53%

 BLUE value IS 71 (28.13% from 255) = 30.21%

R = 24.26%
G = 45.53%
B = 30.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#396B47 (or 0x396B47) is known color: Hunter Green. HEX triplet: 39, 6B and 47. RGB value is (57,107,71). Sum of RGB (Red+Green+Blue) = 57+107+71=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #396B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B47 is #C694B8. Grayscale: #585858. Windows color (decimal): -13014201 or 4680505. OLE color: 4680505.

HSL color Cylindrical-coordinate representation of color #396B47: hue angle of 136.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B47 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 71 -
CMYK 0.47 0 0.34 0.58
HSL 136.8º 0.3% 0.32% -
HSV(B) 136.8º 0.47% 0.42% -
XYZ 8.08 11.84 7.82 -
YUV 87.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 57 107 71 0.47 0 0.34 0.58 136.8 0.3 0.32
Hex 39 6B 47 2F 0 22 3A 89 1E 20
Octal 71 153 107 57 0 42 72 211 36 40
Binary 111001 1101011 1000111 101111 0 100010 111010 10001001 11110 100000

Color Harmonies of #396B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B47

Black with #396B47

Text Example


Text Example

White with #396B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,71); }

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

background-color css

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

 a { background-color: rgb(57,107,71); }

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

border-color css

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

 span { border-color: rgb(57,107,71); }

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