Shades of Verdun Green #405403
Tints of Verdun Green #405403
RGB
CMYK
RGB Variations
Color information
#405403 (or 0x405403) is known color: Verdun Green. HEX triplet: 40, 54 and 03. RGB value is (64,84,3). Sum of RGB (Red+Green+Blue) = 64+84+3=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #405403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405403 is #BFABFC. Grayscale: #454545. Windows color (decimal): -12561405 or 218176. OLE color: 218176.
HSL color Cylindrical-coordinate representation of color #405403: hue angle of 74.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #405403 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 3 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.67 |
| HSL | 74.81º | 0.93% | 0.17% | - |
| HSV(B) | 74.81º | 0.96% | 0.33% | - |
| XYZ | 5.3 | 7.44 | 1.24 | - |
| YUV | 68.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 3 | 0.24 | 0 | 0.96 | 0.67 | 74.81 | 0.93 | 0.17 |
| Hex | 40 | 54 | 3 | 18 | 0 | 60 | 43 | 4B | 5D | 11 |
| Octal | 100 | 124 | 3 | 30 | 0 | 140 | 103 | 113 | 135 | 21 |
| Binary | 1000000 | 1010100 | 11 | 11000 | 0 | 1100000 | 1000011 | 1001011 | 1011101 | 10001 |
Color Harmonies of #405403
Complementary color
Monochromatic Colors of #405403
Black with #405403
Text Example
Text Example
White with #405403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405403; }
p { color: rgb(64,84,3); }
H1.HeaderClassName
{
color: #405403;
}
.AnyTagClassName
{
color: #405403;
}
</style>
background-color css
<style>
a { background-color: #405403; }
a { background-color: rgb(64,84,3); }
div.DivClassName
{
background-color: #405403;
}
.BgClassName
{
background-color: #405403;
}
</style>
border-color css
<style>
span { border-color: #405403; }
span { border-color: rgb(64,84,3); }
td.TdClassName
{
border-color: #405403;
}
.TagClassName
{
border-color: #405403;
}
</style>