Shades of Verdun Green #405416
Tints of Verdun Green #405416
RGB
CMYK
RGB Variations
Color information
#405416 (or 0x405416) is known color: Verdun Green. HEX triplet: 40, 54 and 16. RGB value is (64,84,22). Sum of RGB (Red+Green+Blue) = 64+84+22=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #405416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405416 is #BFABE9. Grayscale: #474747. Windows color (decimal): -12561386 or 1463360. OLE color: 1463360.
HSL color Cylindrical-coordinate representation of color #405416: hue angle of 79.35º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405416 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 22 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.67 |
| HSL | 79.35º | 0.58% | 0.21% | - |
| HSV(B) | 79.35º | 0.74% | 0.33% | - |
| XYZ | 5.43 | 7.49 | 1.92 | - |
| YUV | 70.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 22 | 0.24 | 0 | 0.74 | 0.67 | 79.35 | 0.58 | 0.21 |
| Hex | 40 | 54 | 16 | 18 | 0 | 4A | 43 | 4F | 3A | 15 |
| Octal | 100 | 124 | 26 | 30 | 0 | 112 | 103 | 117 | 72 | 25 |
| Binary | 1000000 | 1010100 | 10110 | 11000 | 0 | 1001010 | 1000011 | 1001111 | 111010 | 10101 |
Color Harmonies of #405416
Complementary color
Monochromatic Colors of #405416
Black with #405416
Text Example
Text Example
White with #405416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405416; }
p { color: rgb(64,84,22); }
H1.HeaderClassName
{
color: #405416;
}
.AnyTagClassName
{
color: #405416;
}
</style>
background-color css
<style>
a { background-color: #405416; }
a { background-color: rgb(64,84,22); }
div.DivClassName
{
background-color: #405416;
}
.BgClassName
{
background-color: #405416;
}
</style>
border-color css
<style>
span { border-color: #405416; }
span { border-color: rgb(64,84,22); }
td.TdClassName
{
border-color: #405416;
}
.TagClassName
{
border-color: #405416;
}
</style>