Shades of Hunter Green #395C3E
Tints of Hunter Green #395C3E
RGB
CMYK
RGB Variations
Color information
#395C3E (or 0x395C3E) is known color: Hunter Green. HEX triplet: 39, 5C and 3E. RGB value is (57,92,62). Sum of RGB (Red+Green+Blue) = 57+92+62=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #395C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C3E is #C6A3C1. Grayscale: #4E4E4E. Windows color (decimal): -13018050 or 4086841. OLE color: 4086841.
HSL color Cylindrical-coordinate representation of color #395C3E: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C3E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 62 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.64 |
| HSL | 128.57º | 0.23% | 0.29% | - |
| HSV(B) | 128.57º | 0.38% | 0.36% | - |
| XYZ | 6.38 | 8.87 | 5.93 | - |
| YUV | 78.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 62 | 0.38 | 0 | 0.33 | 0.64 | 128.57 | 0.23 | 0.29 |
| Hex | 39 | 5C | 3E | 26 | 0 | 21 | 40 | 81 | 17 | 1D |
| Octal | 71 | 134 | 76 | 46 | 0 | 41 | 100 | 201 | 27 | 35 |
| Binary | 111001 | 1011100 | 111110 | 100110 | 0 | 100001 | 1000000 | 10000001 | 10111 | 11101 |
Color Harmonies of #395C3E
Complementary color
Monochromatic Colors of #395C3E
Black with #395C3E
Text Example
Text Example
White with #395C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C3E; }
p { color: rgb(57,92,62); }
H1.HeaderClassName
{
color: #395C3E;
}
.AnyTagClassName
{
color: #395C3E;
}
</style>
background-color css
<style>
a { background-color: #395C3E; }
a { background-color: rgb(57,92,62); }
div.DivClassName
{
background-color: #395C3E;
}
.BgClassName
{
background-color: #395C3E;
}
</style>
border-color css
<style>
span { border-color: #395C3E; }
span { border-color: rgb(57,92,62); }
td.TdClassName
{
border-color: #395C3E;
}
.TagClassName
{
border-color: #395C3E;
}
</style>