Shades of Hunter Green #395C3D
Tints of Hunter Green #395C3D
RGB
CMYK
RGB Variations
Color information
#395C3D (or 0x395C3D) is known color: Hunter Green. HEX triplet: 39, 5C and 3D. RGB value is (57,92,61). Sum of RGB (Red+Green+Blue) = 57+92+61=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #395C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C3D is #C6A3C2. Grayscale: #4E4E4E. Windows color (decimal): -13018051 or 4021305. OLE color: 4021305.
HSL color Cylindrical-coordinate representation of color #395C3D: hue angle of 126.86º 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 #395C3D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 61 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.64 |
| HSL | 126.86º | 0.23% | 0.29% | - |
| HSV(B) | 126.86º | 0.38% | 0.36% | - |
| XYZ | 6.36 | 8.86 | 5.79 | - |
| YUV | 78 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 61 | 0.38 | 0 | 0.34 | 0.64 | 126.86 | 0.23 | 0.29 |
| Hex | 39 | 5C | 3D | 26 | 0 | 22 | 40 | 7F | 17 | 1D |
| Octal | 71 | 134 | 75 | 46 | 0 | 42 | 100 | 177 | 27 | 35 |
| Binary | 111001 | 1011100 | 111101 | 100110 | 0 | 100010 | 1000000 | 1111111 | 10111 | 11101 |
Color Harmonies of #395C3D
Complementary color
Monochromatic Colors of #395C3D
Black with #395C3D
Text Example
Text Example
White with #395C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C3D; }
p { color: rgb(57,92,61); }
H1.HeaderClassName
{
color: #395C3D;
}
.AnyTagClassName
{
color: #395C3D;
}
</style>
background-color css
<style>
a { background-color: #395C3D; }
a { background-color: rgb(57,92,61); }
div.DivClassName
{
background-color: #395C3D;
}
.BgClassName
{
background-color: #395C3D;
}
</style>
border-color css
<style>
span { border-color: #395C3D; }
span { border-color: rgb(57,92,61); }
td.TdClassName
{
border-color: #395C3D;
}
.TagClassName
{
border-color: #395C3D;
}
</style>