Shades of Verdun Green #405010
Tints of Verdun Green #405010
RGB
CMYK
RGB Variations
Color information
#405010 (or 0x405010) is known color: Verdun Green. HEX triplet: 40, 50 and 10. RGB value is (64,80,16). Sum of RGB (Red+Green+Blue) = 64+80+16=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #405010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405010 is #BFAFEF. Grayscale: #444444. Windows color (decimal): -12562416 or 1069120. OLE color: 1069120.
HSL color Cylindrical-coordinate representation of color #405010: hue angle of 75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #405010 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 16 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.69 |
| HSL | 75º | 0.67% | 0.19% | - |
| HSV(B) | 75º | 0.8% | 0.31% | - |
| XYZ | 5.08 | 6.86 | 1.55 | - |
| YUV | 67.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 16 | 0.20 | 0 | 0.80 | 0.69 | 75 | 0.67 | 0.19 |
| Hex | 40 | 50 | 10 | 14 | 0 | 50 | 45 | 4B | 43 | 13 |
| Octal | 100 | 120 | 20 | 24 | 0 | 120 | 105 | 113 | 103 | 23 |
| Binary | 1000000 | 1010000 | 10000 | 10100 | 0 | 1010000 | 1000101 | 1001011 | 1000011 | 10011 |
Color Harmonies of #405010
Complementary color
Monochromatic Colors of #405010
Black with #405010
Text Example
Text Example
White with #405010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405010; }
p { color: rgb(64,80,16); }
H1.HeaderClassName
{
color: #405010;
}
.AnyTagClassName
{
color: #405010;
}
</style>
background-color css
<style>
a { background-color: #405010; }
a { background-color: rgb(64,80,16); }
div.DivClassName
{
background-color: #405010;
}
.BgClassName
{
background-color: #405010;
}
</style>
border-color css
<style>
span { border-color: #405010; }
span { border-color: rgb(64,80,16); }
td.TdClassName
{
border-color: #405010;
}
.TagClassName
{
border-color: #405010;
}
</style>