Shades of Hunter Green #395A3A
Tints of Hunter Green #395A3A
RGB
CMYK
RGB Variations
Color information
#395A3A (or 0x395A3A) is known color: Hunter Green. HEX triplet: 39, 5A and 3A. RGB value is (57,90,58). Sum of RGB (Red+Green+Blue) = 57+90+58=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #395A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A3A is #C6A5C5. Grayscale: #4C4C4C. Windows color (decimal): -13018566 or 3824185. OLE color: 3824185.
HSL color Cylindrical-coordinate representation of color #395A3A: hue angle of 121.82º 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 #395A3A is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 58 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.65 |
| HSL | 121.82º | 0.22% | 0.29% | - |
| HSV(B) | 121.82º | 0.37% | 0.35% | - |
| XYZ | 6.11 | 8.49 | 5.32 | - |
| YUV | 76.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 58 | 0.37 | 0 | 0.36 | 0.65 | 121.82 | 0.22 | 0.29 |
| Hex | 39 | 5A | 3A | 25 | 0 | 24 | 41 | 7A | 16 | 1D |
| Octal | 71 | 132 | 72 | 45 | 0 | 44 | 101 | 172 | 26 | 35 |
| Binary | 111001 | 1011010 | 111010 | 100101 | 0 | 100100 | 1000001 | 1111010 | 10110 | 11101 |
Color Harmonies of #395A3A
Complementary color
Monochromatic Colors of #395A3A
Black with #395A3A
Text Example
Text Example
White with #395A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A3A; }
p { color: rgb(57,90,58); }
H1.HeaderClassName
{
color: #395A3A;
}
.AnyTagClassName
{
color: #395A3A;
}
</style>
background-color css
<style>
a { background-color: #395A3A; }
a { background-color: rgb(57,90,58); }
div.DivClassName
{
background-color: #395A3A;
}
.BgClassName
{
background-color: #395A3A;
}
</style>
border-color css
<style>
span { border-color: #395A3A; }
span { border-color: rgb(57,90,58); }
td.TdClassName
{
border-color: #395A3A;
}
.TagClassName
{
border-color: #395A3A;
}
</style>