Shades of Hunter Green #395E3C
Tints of Hunter Green #395E3C
RGB
CMYK
RGB Variations
Color information
#395E3C (or 0x395E3C) is known color: 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
| RGB | 57 | 94 | 60 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.63 |
| HSL | 124.86º | 0.25% | 0.3% | - |
| HSV(B) | 124.86º | 0.39% | 0.37% | - |
| XYZ | 6.51 | 9.2 | 5.71 | - |
| YUV | 79.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 60 | 0.39 | 0 | 0.36 | 0.63 | 124.86 | 0.25 | 0.3 |
| Hex | 39 | 5E | 3C | 27 | 0 | 24 | 3F | 7D | 19 | 1E |
| Octal | 71 | 136 | 74 | 47 | 0 | 44 | 77 | 175 | 31 | 36 |
| Binary | 111001 | 1011110 | 111100 | 100111 | 0 | 100100 | 111111 | 1111101 | 11001 | 11110 |
Color Harmonies of #395E3C
Complementary color
Monochromatic Colors of #395E3C
Black with #395E3C
Text Example
Text Example
White with #395E3C
Text Example
Text Example
HTML Codes & Css Web 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>