Shades of Verdun Green #405408
Tints of Verdun Green #405408
RGB
CMYK
RGB Variations
Color information
#405408 (or 0x405408) is known color: Verdun Green. HEX triplet: 40, 54 and 08. RGB value is (64,84,8). Sum of RGB (Red+Green+Blue) = 64+84+8=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #405408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405408 is #BFABF7. Grayscale: #454545. Windows color (decimal): -12561400 or 545856. OLE color: 545856.
HSL color Cylindrical-coordinate representation of color #405408: hue angle of 75.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405408 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 8 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.67 |
| HSL | 75.79º | 0.83% | 0.18% | - |
| HSV(B) | 75.79º | 0.9% | 0.33% | - |
| XYZ | 5.33 | 7.45 | 1.39 | - |
| YUV | 69.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 8 | 0.24 | 0 | 0.90 | 0.67 | 75.79 | 0.83 | 0.18 |
| Hex | 40 | 54 | 8 | 18 | 0 | 5A | 43 | 4C | 53 | 12 |
| Octal | 100 | 124 | 10 | 30 | 0 | 132 | 103 | 114 | 123 | 22 |
| Binary | 1000000 | 1010100 | 1000 | 11000 | 0 | 1011010 | 1000011 | 1001100 | 1010011 | 10010 |
Color Harmonies of #405408
Complementary color
Monochromatic Colors of #405408
Black with #405408
Text Example
Text Example
White with #405408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405408; }
p { color: rgb(64,84,8); }
H1.HeaderClassName
{
color: #405408;
}
.AnyTagClassName
{
color: #405408;
}
</style>
background-color css
<style>
a { background-color: #405408; }
a { background-color: rgb(64,84,8); }
div.DivClassName
{
background-color: #405408;
}
.BgClassName
{
background-color: #405408;
}
</style>
border-color css
<style>
span { border-color: #405408; }
span { border-color: rgb(64,84,8); }
td.TdClassName
{
border-color: #405408;
}
.TagClassName
{
border-color: #405408;
}
</style>