#395D42

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

Shades of Hunter Green #395D42

Tints of Hunter Green #395D42

Color information

#395D42 (or 0x395D42) is unknown color: approx Hunter Green. HEX triplet: 39, 5D and 42. RGB value is (57,93,66). Sum of RGB (Red+Green+Blue) = 57+93+66=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #395D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D42 is #C6A2BD. Grayscale: #4F4F4F. Windows color (decimal): -13017790 or 4349241. OLE color: 4349241.

HSL color Cylindrical-coordinate representation of color #395D42: hue angle of 135º 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 #395D42 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB579366-
CMYK0.3900.290.64
HSL135º24%29.41%-
HSV(B)135º38.71%36.47%-
XYZ6.599.096.56-
YUV79.16120.57112.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=26.39%
G=43.06%
B=30.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793660.3900.290.641352429.41
Hex395D422701D4087181d
Octal71135102470351002073035
Binary111001101110110000101001110111011000000100001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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