Shades of Verdun Green #405008
Tints of Verdun Green #405008
RGB
CMYK
RGB Variations
Color information
#405008 (or 0x405008) is known color: Verdun Green. HEX triplet: 40, 50 and 08. RGB value is (64,80,8). Sum of RGB (Red+Green+Blue) = 64+80+8=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #405008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405008 is #BFAFF7. Grayscale: #434343. Windows color (decimal): -12562424 or 544832. OLE color: 544832.
HSL color Cylindrical-coordinate representation of color #405008: hue angle of 73.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405008 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 8 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.69 |
| HSL | 73.33º | 0.82% | 0.17% | - |
| HSV(B) | 73.33º | 0.9% | 0.31% | - |
| XYZ | 5.03 | 6.84 | 1.29 | - |
| YUV | 67.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 8 | 0.20 | 0 | 0.90 | 0.69 | 73.33 | 0.82 | 0.17 |
| Hex | 40 | 50 | 8 | 14 | 0 | 5A | 45 | 49 | 52 | 11 |
| Octal | 100 | 120 | 10 | 24 | 0 | 132 | 105 | 111 | 122 | 21 |
| Binary | 1000000 | 1010000 | 1000 | 10100 | 0 | 1011010 | 1000101 | 1001001 | 1010010 | 10001 |
Color Harmonies of #405008
Complementary color
Monochromatic Colors of #405008
Black with #405008
Text Example
Text Example
White with #405008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405008; }
p { color: rgb(64,80,8); }
H1.HeaderClassName
{
color: #405008;
}
.AnyTagClassName
{
color: #405008;
}
</style>
background-color css
<style>
a { background-color: #405008; }
a { background-color: rgb(64,80,8); }
div.DivClassName
{
background-color: #405008;
}
.BgClassName
{
background-color: #405008;
}
</style>
border-color css
<style>
span { border-color: #405008; }
span { border-color: rgb(64,80,8); }
td.TdClassName
{
border-color: #405008;
}
.TagClassName
{
border-color: #405008;
}
</style>