Shades of Verdun Green #396505
Tints of Verdun Green #396505
RGB
CMYK
RGB Variations
Color information
#396505 (or 0x396505) is known color: Verdun Green. HEX triplet: 39, 65 and 05. RGB value is (57,101,5). Sum of RGB (Red+Green+Blue) = 57+101+5=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #396505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396505 is #C69AFA. Grayscale: #4D4D4D. Windows color (decimal): -13015803 or 353593. OLE color: 353593.
HSL color Cylindrical-coordinate representation of color #396505: hue angle of 87.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #396505 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 101 | 5 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.60 |
| HSL | 87.5º | 0.91% | 0.21% | - |
| HSV(B) | 87.5º | 0.95% | 0.4% | - |
| XYZ | 6.37 | 10.19 | 1.77 | - |
| YUV | 76.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 5 | 0.44 | 0 | 0.95 | 0.60 | 87.5 | 0.91 | 0.21 |
| Hex | 39 | 65 | 5 | 2C | 0 | 5F | 3C | 57 | 5B | 15 |
| Octal | 71 | 145 | 5 | 54 | 0 | 137 | 74 | 127 | 133 | 25 |
| Binary | 111001 | 1100101 | 101 | 101100 | 0 | 1011111 | 111100 | 1010111 | 1011011 | 10101 |
Color Harmonies of #396505
Complementary color
Monochromatic Colors of #396505
Black with #396505
Text Example
Text Example
White with #396505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396505; }
p { color: rgb(57,101,5); }
H1.HeaderClassName
{
color: #396505;
}
.AnyTagClassName
{
color: #396505;
}
</style>
background-color css
<style>
a { background-color: #396505; }
a { background-color: rgb(57,101,5); }
div.DivClassName
{
background-color: #396505;
}
.BgClassName
{
background-color: #396505;
}
</style>
border-color css
<style>
span { border-color: #396505; }
span { border-color: rgb(57,101,5); }
td.TdClassName
{
border-color: #396505;
}
.TagClassName
{
border-color: #396505;
}
</style>