#396043

Color #396043 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #396043

Tints of Hunter Green #396043

Color information

#396043 (or 0x396043) is unknown color: approx 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

RGB579667-
CMYK0.4100.300.62
HSL135.38º25.49%30%-
HSV(B)135.38º40.62%37.65%-
XYZ6.889.646.81-
YUV81.03120.08110.86-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796670.4100.300.62135.3825.4930
Hex3960432901E3E87191e
Octal7114010351036762073136
Binary11100111000001000011101001011110111110100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>