#395E3C

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

Shades of Hunter Green #395E3C

Tints of Hunter Green #395E3C

Color information

#395E3C (or 0x395E3C) is unknown color: approx Hunter Green. HEX triplet: 39, 5E and 3C. RGB value is (57,94,60). Sum of RGB (Red+Green+Blue) = 57+94+60=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #395E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E3C is #C6A1C3. Grayscale: #4F4F4F. Windows color (decimal): -13017540 or 3956281. OLE color: 3956281.

HSL color Cylindrical-coordinate representation of color #395E3C: hue angle of 124.86º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E3C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB579460-
CMYK0.3900.360.63
HSL124.86º24.5%29.61%-
HSV(B)124.86º39.36%36.86%-
XYZ6.519.25.71-
YUV79.06117.24112.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 94 (37.11% from 255) = 44.55%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=27.01%
G=44.55%
B=28.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5794600.3900.360.63124.8624.529.61
Hex395E3C270243F7d191e
Octal711367447044771753136
Binary1110011011110111100100111010010011111111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395E3C; }

 p { color: rgb(57,94,60); }

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

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

 a { background-color: rgb(57,94,60); }

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

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

 span { border-color: rgb(57,94,60); }

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