Shades of Verdun Green #395005
Tints of Verdun Green #395005
RGB
CMYK
RGB Variations
Color information
#395005 (or 0x395005) is known color: Verdun Green. HEX triplet: 39, 50 and 05. RGB value is (57,80,5). Sum of RGB (Red+Green+Blue) = 57+80+5=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #395005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395005 is #C6AFFA. Grayscale: #404040. Windows color (decimal): -13021179 or 348217. OLE color: 348217.
HSL color Cylindrical-coordinate representation of color #395005: hue angle of 78.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #395005 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 80 | 5 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.69 |
| HSL | 78.4º | 0.88% | 0.17% | - |
| HSV(B) | 78.4º | 0.94% | 0.31% | - |
| XYZ | 4.58 | 6.62 | 1.18 | - |
| YUV | 64.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 5 | 0.29 | 0 | 0.94 | 0.69 | 78.4 | 0.88 | 0.17 |
| Hex | 39 | 50 | 5 | 1D | 0 | 5E | 45 | 4E | 58 | 11 |
| Octal | 71 | 120 | 5 | 35 | 0 | 136 | 105 | 116 | 130 | 21 |
| Binary | 111001 | 1010000 | 101 | 11101 | 0 | 1011110 | 1000101 | 1001110 | 1011000 | 10001 |
Color Harmonies of #395005
Complementary color
Monochromatic Colors of #395005
Black with #395005
Text Example
Text Example
White with #395005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395005; }
p { color: rgb(57,80,5); }
H1.HeaderClassName
{
color: #395005;
}
.AnyTagClassName
{
color: #395005;
}
</style>
background-color css
<style>
a { background-color: #395005; }
a { background-color: rgb(57,80,5); }
div.DivClassName
{
background-color: #395005;
}
.BgClassName
{
background-color: #395005;
}
</style>
border-color css
<style>
span { border-color: #395005; }
span { border-color: rgb(57,80,5); }
td.TdClassName
{
border-color: #395005;
}
.TagClassName
{
border-color: #395005;
}
</style>