Shades of Hunter Green #395A40
Tints of Hunter Green #395A40
RGB
CMYK
RGB Variations
Color information
#395A40 (or 0x395A40) is known color: Hunter Green. HEX triplet: 39, 5A and 40. RGB value is (57,90,64). Sum of RGB (Red+Green+Blue) = 57+90+64=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #395A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A40 is #C6A5BF. Grayscale: #4D4D4D. Windows color (decimal): -13018560 or 4217401. OLE color: 4217401.
HSL color Cylindrical-coordinate representation of color #395A40: hue angle of 132.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A40 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 64 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.65 |
| HSL | 132.73º | 0.22% | 0.29% | - |
| HSV(B) | 132.73º | 0.37% | 0.35% | - |
| XYZ | 6.27 | 8.55 | 6.17 | - |
| YUV | 77.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 64 | 0.37 | 0 | 0.29 | 0.65 | 132.73 | 0.22 | 0.29 |
| Hex | 39 | 5A | 40 | 25 | 0 | 1D | 41 | 85 | 16 | 1D |
| Octal | 71 | 132 | 100 | 45 | 0 | 35 | 101 | 205 | 26 | 35 |
| Binary | 111001 | 1011010 | 1000000 | 100101 | 0 | 11101 | 1000001 | 10000101 | 10110 | 11101 |
Color Harmonies of #395A40
Complementary color
Monochromatic Colors of #395A40
Black with #395A40
Text Example
Text Example
White with #395A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A40; }
p { color: rgb(57,90,64); }
H1.HeaderClassName
{
color: #395A40;
}
.AnyTagClassName
{
color: #395A40;
}
</style>
background-color css
<style>
a { background-color: #395A40; }
a { background-color: rgb(57,90,64); }
div.DivClassName
{
background-color: #395A40;
}
.BgClassName
{
background-color: #395A40;
}
</style>
border-color css
<style>
span { border-color: #395A40; }
span { border-color: rgb(57,90,64); }
td.TdClassName
{
border-color: #395A40;
}
.TagClassName
{
border-color: #395A40;
}
</style>