Html Css Color HEX #396043 Hunter Green

📋 copy color: '#396043'

red 57 ◦ green 96 ◦ blue 67

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

Shades of Hunter Green #396043

Tints of Hunter Green #396043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 25.91%
G = 43.64%
B = 30.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#396043 (or 0x396043) is known color: Hunter Green. HEX triplet: 39, 60 and 43. RGB value is (57,96,67). Sum of RGB (Red+Green+Blue) = 57+96+67=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #396043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396043 is #C69FBC. Grayscale: #515151. Windows color (decimal): -13017021 or 4415545. OLE color: 4415545.

HSL color Cylindrical-coordinate representation of color #396043: hue angle of 135.38º degrees, saturation: 0.25, 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 #396043 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 67 -
CMYK 0.41 0 0.30 0.62
HSL 135.38º 0.25% 0.3% -
HSV(B) 135.38º 0.41% 0.38% -
XYZ 6.88 9.64 6.81 -
YUV 81.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 57 96 67 0.41 0 0.30 0.62 135.38 0.25 0.3
Hex 39 60 43 29 0 1E 3E 87 19 1E
Octal 71 140 103 51 0 36 76 207 31 36
Binary 111001 1100000 1000011 101001 0 11110 111110 10000111 11001 11110

Color Harmonies of #396043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396043

Black with #396043

Text Example


Text Example

White with #396043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396043; }

 p { color: rgb(57,96,67); }

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

background-color css

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

 a { background-color: rgb(57,96,67); }

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

border-color css

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

 span { border-color: rgb(57,96,67); }

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