Shades of Verdun Green #395705
Tints of Verdun Green #395705
RGB
CMYK
RGB Variations
Color information
#395705 (or 0x395705) is known color: Verdun Green. HEX triplet: 39, 57 and 05. RGB value is (57,87,5). Sum of RGB (Red+Green+Blue) = 57+87+5=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 87 (34.38% from 255 or 58.39% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 87 - color contains mainly: green. Hex color #395705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395705 is #C6A8FA. Grayscale: #444444. Windows color (decimal): -13019387 or 350009. OLE color: 350009.
HSL color Cylindrical-coordinate representation of color #395705: hue angle of 81.95º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #395705 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 87 | 5 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.66 |
| HSL | 81.95º | 0.89% | 0.18% | - |
| HSV(B) | 81.95º | 0.94% | 0.34% | - |
| XYZ | 5.12 | 7.7 | 1.36 | - |
| YUV | 68.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 87 | 5 | 0.34 | 0 | 0.94 | 0.66 | 81.95 | 0.89 | 0.18 |
| Hex | 39 | 57 | 5 | 22 | 0 | 5E | 42 | 52 | 59 | 12 |
| Octal | 71 | 127 | 5 | 42 | 0 | 136 | 102 | 122 | 131 | 22 |
| Binary | 111001 | 1010111 | 101 | 100010 | 0 | 1011110 | 1000010 | 1010010 | 1011001 | 10010 |
Color Harmonies of #395705
Complementary color
Monochromatic Colors of #395705
Black with #395705
Text Example
Text Example
White with #395705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395705; }
p { color: rgb(57,87,5); }
H1.HeaderClassName
{
color: #395705;
}
.AnyTagClassName
{
color: #395705;
}
</style>
background-color css
<style>
a { background-color: #395705; }
a { background-color: rgb(57,87,5); }
div.DivClassName
{
background-color: #395705;
}
.BgClassName
{
background-color: #395705;
}
</style>
border-color css
<style>
span { border-color: #395705; }
span { border-color: rgb(57,87,5); }
td.TdClassName
{
border-color: #395705;
}
.TagClassName
{
border-color: #395705;
}
</style>