#395940

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

Shades of Hunter Green #395940

Tints of Hunter Green #395940

Color information

#395940 (or 0x395940) is unknown color: approx Hunter Green. HEX triplet: 39, 59 and 40. RGB value is (57,89,64). Sum of RGB (Red+Green+Blue) = 57+89+64=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #395940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395940 is #C6A6BF. Grayscale: #4C4C4C. Windows color (decimal): -13018816 or 4217145. OLE color: 4217145.

HSL color Cylindrical-coordinate representation of color #395940: hue angle of 133.12º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395940 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB578964-
CMYK0.3600.280.65
HSL133.12º21.92%28.63%-
HSV(B)133.12º35.96%34.9%-
XYZ6.198.386.14-
YUV76.58120.9114.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=27.14%
G=42.38%
B=30.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789640.3600.280.65133.1221.9228.63
Hex3959402401C4185161d
Octal71131100440341012052635
Binary111001101100110000001001000111001000001100001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395940; }

 p { color: rgb(57,89,64); }

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

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

 a { background-color: rgb(57,89,64); }

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

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

 span { border-color: rgb(57,89,64); }

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