Shades of Hunter Green #395A3F
Tints of Hunter Green #395A3F
RGB
CMYK
RGB Variations
Color information
#395A3F (or 0x395A3F) is known color: Hunter Green. HEX triplet: 39, 5A and 3F. RGB value is (57,90,63). Sum of RGB (Red+Green+Blue) = 57+90+63=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #395A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A3F is #C6A5C0. Grayscale: #4D4D4D. Windows color (decimal): -13018561 or 4151865. OLE color: 4151865.
HSL color Cylindrical-coordinate representation of color #395A3F: hue angle of 130.91º 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 #395A3F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 63 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.65 |
| HSL | 130.91º | 0.22% | 0.29% | - |
| HSV(B) | 130.91º | 0.37% | 0.35% | - |
| XYZ | 6.24 | 8.54 | 6.02 | - |
| YUV | 77.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 63 | 0.37 | 0 | 0.30 | 0.65 | 130.91 | 0.22 | 0.29 |
| Hex | 39 | 5A | 3F | 25 | 0 | 1E | 41 | 83 | 16 | 1D |
| Octal | 71 | 132 | 77 | 45 | 0 | 36 | 101 | 203 | 26 | 35 |
| Binary | 111001 | 1011010 | 111111 | 100101 | 0 | 11110 | 1000001 | 10000011 | 10110 | 11101 |
Color Harmonies of #395A3F
Complementary color
Monochromatic Colors of #395A3F
Black with #395A3F
Text Example
Text Example
White with #395A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A3F; }
p { color: rgb(57,90,63); }
H1.HeaderClassName
{
color: #395A3F;
}
.AnyTagClassName
{
color: #395A3F;
}
</style>
background-color css
<style>
a { background-color: #395A3F; }
a { background-color: rgb(57,90,63); }
div.DivClassName
{
background-color: #395A3F;
}
.BgClassName
{
background-color: #395A3F;
}
</style>
border-color css
<style>
span { border-color: #395A3F; }
span { border-color: rgb(57,90,63); }
td.TdClassName
{
border-color: #395A3F;
}
.TagClassName
{
border-color: #395A3F;
}
</style>