#395D41

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

Shades of Hunter Green #395D41

Tints of Hunter Green #395D41

Color information

#395D41 (or 0x395D41) is unknown color: approx Hunter Green. HEX triplet: 39, 5D and 41. RGB value is (57,93,65). Sum of RGB (Red+Green+Blue) = 57+93+65=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #395D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D41 is #C6A2BE. Grayscale: #4F4F4F. Windows color (decimal): -13017791 or 4283705. OLE color: 4283705.

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

Color convert

RGB579365-
CMYK0.3900.300.64
HSL133.33º24%29.41%-
HSV(B)133.33º38.71%36.47%-
XYZ6.569.086.41-
YUV79.04120.07112.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=26.51%
G=43.26%
B=30.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793650.3900.300.64133.332429.41
Hex395D412701E4085181d
Octal71135101470361002053035
Binary111001101110110000011001110111101000000100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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