Shades of Verdun Green #395905
Tints of Verdun Green #395905
RGB
CMYK
RGB Variations
Color information
#395905 (or 0x395905) is known color: Verdun Green. HEX triplet: 39, 59 and 05. RGB value is (57,89,5). Sum of RGB (Red+Green+Blue) = 57+89+5=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #395905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395905 is #C6A6FA. Grayscale: #464646. Windows color (decimal): -13018875 or 350521. OLE color: 350521.
HSL color Cylindrical-coordinate representation of color #395905: hue angle of 82.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #395905 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 89 | 5 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.65 |
| HSL | 82.86º | 0.89% | 0.18% | - |
| HSV(B) | 82.86º | 0.94% | 0.35% | - |
| XYZ | 5.29 | 8.03 | 1.41 | - |
| YUV | 69.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 5 | 0.36 | 0 | 0.94 | 0.65 | 82.86 | 0.89 | 0.18 |
| Hex | 39 | 59 | 5 | 24 | 0 | 5E | 41 | 53 | 59 | 12 |
| Octal | 71 | 131 | 5 | 44 | 0 | 136 | 101 | 123 | 131 | 22 |
| Binary | 111001 | 1011001 | 101 | 100100 | 0 | 1011110 | 1000001 | 1010011 | 1011001 | 10010 |
Color Harmonies of #395905
Complementary color
Monochromatic Colors of #395905
Black with #395905
Text Example
Text Example
White with #395905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395905; }
p { color: rgb(57,89,5); }
H1.HeaderClassName
{
color: #395905;
}
.AnyTagClassName
{
color: #395905;
}
</style>
background-color css
<style>
a { background-color: #395905; }
a { background-color: rgb(57,89,5); }
div.DivClassName
{
background-color: #395905;
}
.BgClassName
{
background-color: #395905;
}
</style>
border-color css
<style>
span { border-color: #395905; }
span { border-color: rgb(57,89,5); }
td.TdClassName
{
border-color: #395905;
}
.TagClassName
{
border-color: #395905;
}
</style>