Shades of Hunter Green #395D3D
Tints of Hunter Green #395D3D
RGB
CMYK
RGB Variations
Color information
#395D3D (or 0x395D3D) is known color: Hunter Green. HEX triplet: 39, 5D and 3D. RGB value is (57,93,61). Sum of RGB (Red+Green+Blue) = 57+93+61=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #395D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D3D is #C6A2C2. Grayscale: #4E4E4E. Windows color (decimal): -13017795 or 4021561. OLE color: 4021561.
HSL color Cylindrical-coordinate representation of color #395D3D: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D3D is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 93 | 61 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.64 |
| HSL | 126.67º | 0.24% | 0.29% | - |
| HSV(B) | 126.67º | 0.39% | 0.36% | - |
| XYZ | 6.44 | 9.04 | 5.82 | - |
| YUV | 78.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 61 | 0.39 | 0 | 0.34 | 0.64 | 126.67 | 0.24 | 0.29 |
| Hex | 39 | 5D | 3D | 27 | 0 | 22 | 40 | 7F | 18 | 1D |
| Octal | 71 | 135 | 75 | 47 | 0 | 42 | 100 | 177 | 30 | 35 |
| Binary | 111001 | 1011101 | 111101 | 100111 | 0 | 100010 | 1000000 | 1111111 | 11000 | 11101 |
Color Harmonies of #395D3D
Complementary color
Monochromatic Colors of #395D3D
Black with #395D3D
Text Example
Text Example
White with #395D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D3D; }
p { color: rgb(57,93,61); }
H1.HeaderClassName
{
color: #395D3D;
}
.AnyTagClassName
{
color: #395D3D;
}
</style>
background-color css
<style>
a { background-color: #395D3D; }
a { background-color: rgb(57,93,61); }
div.DivClassName
{
background-color: #395D3D;
}
.BgClassName
{
background-color: #395D3D;
}
</style>
border-color css
<style>
span { border-color: #395D3D; }
span { border-color: rgb(57,93,61); }
td.TdClassName
{
border-color: #395D3D;
}
.TagClassName
{
border-color: #395D3D;
}
</style>