Shades of Verdun Green #404B05
Tints of Verdun Green #404B05
RGB
CMYK
RGB Variations
Color information
#404B05 (or 0x404B05) is known color: Verdun Green. HEX triplet: 40, 4B and 05. RGB value is (64,75,5). Sum of RGB (Red+Green+Blue) = 64+75+5=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #404B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B05 is #BFB4FA. Grayscale: #404040. Windows color (decimal): -12563707 or 346944. OLE color: 346944.
HSL color Cylindrical-coordinate representation of color #404B05: hue angle of 69.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #404B05 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 5 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.71 |
| HSL | 69.43º | 0.88% | 0.16% | - |
| HSV(B) | 69.43º | 0.93% | 0.29% | - |
| XYZ | 4.66 | 6.13 | 1.08 | - |
| YUV | 63.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 5 | 0.15 | 0 | 0.93 | 0.71 | 69.43 | 0.88 | 0.16 |
| Hex | 40 | 4B | 5 | F | 0 | 5D | 47 | 45 | 58 | 10 |
| Octal | 100 | 113 | 5 | 17 | 0 | 135 | 107 | 105 | 130 | 20 |
| Binary | 1000000 | 1001011 | 101 | 1111 | 0 | 1011101 | 1000111 | 1000101 | 1011000 | 10000 |
Color Harmonies of #404B05
Complementary color
Monochromatic Colors of #404B05
Black with #404B05
Text Example
Text Example
White with #404B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B05; }
p { color: rgb(64,75,5); }
H1.HeaderClassName
{
color: #404B05;
}
.AnyTagClassName
{
color: #404B05;
}
</style>
background-color css
<style>
a { background-color: #404B05; }
a { background-color: rgb(64,75,5); }
div.DivClassName
{
background-color: #404B05;
}
.BgClassName
{
background-color: #404B05;
}
</style>
border-color css
<style>
span { border-color: #404B05; }
span { border-color: rgb(64,75,5); }
td.TdClassName
{
border-color: #404B05;
}
.TagClassName
{
border-color: #404B05;
}
</style>