#395D40

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

Shades of Hunter Green #395D40

Tints of Hunter Green #395D40

Color information

#395D40 (or 0x395D40) is unknown color: approx Hunter Green. HEX triplet: 39, 5D and 40. RGB value is (57,93,64). Sum of RGB (Red+Green+Blue) = 57+93+64=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #395D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D40 is #C6A2BF. Grayscale: #4F4F4F. Windows color (decimal): -13017792 or 4218169. OLE color: 4218169.

HSL color Cylindrical-coordinate representation of color #395D40: hue angle of 131.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D40 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB579364-
CMYK0.3900.310.64
HSL131.67º24%29.41%-
HSV(B)131.67º38.71%36.47%-
XYZ6.539.076.26-
YUV78.93119.57112.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=26.64%
G=43.46%
B=29.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793640.3900.310.64131.672429.41
Hex395D402701F4084181d
Octal71135100470371002043035
Binary111001101110110000001001110111111000000100001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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