#396241

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

Shades of Hunter Green #396241

Tints of Hunter Green #396241

Color information

#396241 (or 0x396241) is unknown color: approx Hunter Green. HEX triplet: 39, 62 and 41. RGB value is (57,98,65). Sum of RGB (Red+Green+Blue) = 57+98+65=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #396241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396241 is #C69DBE. Grayscale: #525252. Windows color (decimal): -13016511 or 4284985. OLE color: 4284985.

HSL color Cylindrical-coordinate representation of color #396241: hue angle of 131.71º 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 #396241 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB579865-
CMYK0.4200.340.62
HSL131.71º26.45%30.39%-
HSV(B)131.71º41.84%38.43%-
XYZ7.019.996.56-
YUV81.98118.42110.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=25.91%
G=44.55%
B=29.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798650.4200.340.62131.7126.4530.39
Hex3962412A0223E841a1e
Octal7114210152042762043236
Binary111001110001010000011010100100010111110100001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396241; }

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

 H1.HeaderClassName
 {
   color: #396241;
 }
 .AnyTagClassName
 {
   color: #396241;
 }
</style>
background-color css

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

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

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

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

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

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