Shades of Verdun Green #405401
Tints of Verdun Green #405401
RGB
CMYK
RGB Variations
Color information
#405401 (or 0x405401) is known color: Verdun Green. HEX triplet: 40, 54 and 01. RGB value is (64,84,1). Sum of RGB (Red+Green+Blue) = 64+84+1=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #405401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405401 is #BFABFE. Grayscale: #444444. Windows color (decimal): -12561407 or 87104. OLE color: 87104.
HSL color Cylindrical-coordinate representation of color #405401: hue angle of 74.46º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #405401 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.67 |
| HSL | 74.46º | 0.98% | 0.17% | - |
| HSV(B) | 74.46º | 0.99% | 0.33% | - |
| XYZ | 5.29 | 7.43 | 1.18 | - |
| YUV | 68.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 1 | 0.24 | 0 | 0.99 | 0.67 | 74.46 | 0.98 | 0.17 |
| Hex | 40 | 54 | 1 | 18 | 0 | 63 | 43 | 4A | 62 | 11 |
| Octal | 100 | 124 | 1 | 30 | 0 | 143 | 103 | 112 | 142 | 21 |
| Binary | 1000000 | 1010100 | 1 | 11000 | 0 | 1100011 | 1000011 | 1001010 | 1100010 | 10001 |
Color Harmonies of #405401
Complementary color
Monochromatic Colors of #405401
Black with #405401
Text Example
Text Example
White with #405401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405401; }
p { color: rgb(64,84,1); }
H1.HeaderClassName
{
color: #405401;
}
.AnyTagClassName
{
color: #405401;
}
</style>
background-color css
<style>
a { background-color: #405401; }
a { background-color: rgb(64,84,1); }
div.DivClassName
{
background-color: #405401;
}
.BgClassName
{
background-color: #405401;
}
</style>
border-color css
<style>
span { border-color: #405401; }
span { border-color: rgb(64,84,1); }
td.TdClassName
{
border-color: #405401;
}
.TagClassName
{
border-color: #405401;
}
</style>