Shades of Hunter Green #395A3C
Tints of Hunter Green #395A3C
RGB
CMYK
RGB Variations
Color information
#395A3C (or 0x395A3C) is known color: Hunter Green. HEX triplet: 39, 5A and 3C. RGB value is (57,90,60). Sum of RGB (Red+Green+Blue) = 57+90+60=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #395A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A3C is #C6A5C3. Grayscale: #4C4C4C. Windows color (decimal): -13018564 or 3955257. OLE color: 3955257.
HSL color Cylindrical-coordinate representation of color #395A3C: hue angle of 125.45º 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 #395A3C is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 60 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.65 |
| HSL | 125.45º | 0.22% | 0.29% | - |
| HSV(B) | 125.45º | 0.37% | 0.35% | - |
| XYZ | 6.16 | 8.51 | 5.59 | - |
| YUV | 76.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 60 | 0.37 | 0 | 0.33 | 0.65 | 125.45 | 0.22 | 0.29 |
| Hex | 39 | 5A | 3C | 25 | 0 | 21 | 41 | 7D | 16 | 1D |
| Octal | 71 | 132 | 74 | 45 | 0 | 41 | 101 | 175 | 26 | 35 |
| Binary | 111001 | 1011010 | 111100 | 100101 | 0 | 100001 | 1000001 | 1111101 | 10110 | 11101 |
Color Harmonies of #395A3C
Complementary color
Monochromatic Colors of #395A3C
Black with #395A3C
Text Example
Text Example
White with #395A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A3C; }
p { color: rgb(57,90,60); }
H1.HeaderClassName
{
color: #395A3C;
}
.AnyTagClassName
{
color: #395A3C;
}
</style>
background-color css
<style>
a { background-color: #395A3C; }
a { background-color: rgb(57,90,60); }
div.DivClassName
{
background-color: #395A3C;
}
.BgClassName
{
background-color: #395A3C;
}
</style>
border-color css
<style>
span { border-color: #395A3C; }
span { border-color: rgb(57,90,60); }
td.TdClassName
{
border-color: #395A3C;
}
.TagClassName
{
border-color: #395A3C;
}
</style>