#396742

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

Shades of Hunter Green #396742

Tints of Hunter Green #396742

Color information

#396742 (or 0x396742) is unknown color: approx Hunter Green. HEX triplet: 39, 67 and 42. RGB value is (57,103,66). Sum of RGB (Red+Green+Blue) = 57+103+66=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #396742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396742 is #C698BD. Grayscale: #555555. Windows color (decimal): -13015230 or 4351801. OLE color: 4351801.

HSL color Cylindrical-coordinate representation of color #396742: hue angle of 131.74º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396742 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB5710366-
CMYK0.4500.360.60
HSL131.74º28.75%31.37%-
HSV(B)131.74º44.66%40.39%-
XYZ7.5210.966.87-
YUV85.03117.26108.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=25.22%
G=45.58%
B=29.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103660.4500.360.60131.7428.7531.37
Hex3967422D0243C841d1f
Octal7114710255044742043537
Binary111001110011110000101011010100100111100100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396742; }

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

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

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

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

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

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

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

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