Html Css Color HEX #396942 Hunter Green

📋 copy color: '#396942'

red 57 ◦ green 105 ◦ blue 66

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

Shades of Hunter Green #396942

Tints of Hunter Green #396942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

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

R = 25%
G = 46.05%
B = 28.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#396942 (or 0x396942) is known color: Hunter Green. HEX triplet: 39, 69 and 42. RGB value is (57,105,66). Sum of RGB (Red+Green+Blue) = 57+105+66=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #396942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396942 is #C696BD. Grayscale: #565656. Windows color (decimal): -13014718 or 4352313. OLE color: 4352313.

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

Color convert

RGB 57 105 66 -
CMYK 0.46 0 0.37 0.59
HSL 131.25º 0.3% 0.32% -
HSV(B) 131.25º 0.46% 0.41% -
XYZ 7.72 11.37 6.94 -
YUV 86.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 57 105 66 0.46 0 0.37 0.59 131.25 0.3 0.32
Hex 39 69 42 2E 0 25 3B 83 1E 20
Octal 71 151 102 56 0 45 73 203 36 40
Binary 111001 1101001 1000010 101110 0 100101 111011 10000011 11110 100000

Color Harmonies of #396942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396942

Black with #396942

Text Example


Text Example

White with #396942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396942; }

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

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

background-color css

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

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

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

border-color css

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

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

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