Html Css Color HEX #396242 Hunter Green

📋 copy color: '#396242'

red 57 ◦ green 98 ◦ blue 66

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

Shades of Hunter Green #396242

Tints of Hunter Green #396242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

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

R = 25.79%
G = 44.34%
B = 29.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#396242 (or 0x396242) is known color: Hunter Green. HEX triplet: 39, 62 and 42. RGB value is (57,98,66). Sum of RGB (Red+Green+Blue) = 57+98+66=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #396242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396242 is #C69DBD. Grayscale: #525252. Windows color (decimal): -13016510 or 4350521. OLE color: 4350521.

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

Color convert

RGB 57 98 66 -
CMYK 0.42 0 0.33 0.62
HSL 133.17º 0.26% 0.3% -
HSV(B) 133.17º 0.42% 0.38% -
XYZ 7.04 10 6.71 -
YUV 82.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 57 98 66 0.42 0 0.33 0.62 133.17 0.26 0.3
Hex 39 62 42 2A 0 21 3E 85 1A 1E
Octal 71 142 102 52 0 41 76 205 32 36
Binary 111001 1100010 1000010 101010 0 100001 111110 10000101 11010 11110

Color Harmonies of #396242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396242

Black with #396242

Text Example


Text Example

White with #396242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396242; }

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

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

background-color css

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

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

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

border-color css

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

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

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