Shades of Verdun Green #404B00
Tints of Verdun Green #404B00
RGB
CMYK
RGB Variations
Color information
#404B00 (or 0x404B00) is known color: Verdun Green. HEX triplet: 40, 4B and 00. RGB value is (64,75,0). Sum of RGB (Red+Green+Blue) = 64+75+0=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #404B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B00 is #BFB4FF. Grayscale: #3F3F3F. Windows color (decimal): -12563712 or 19264. OLE color: 19264.
HSL color Cylindrical-coordinate representation of color #404B00: hue angle of 68.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404B00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.71 |
| HSL | 68.8º | 1% | 0.15% | - |
| HSV(B) | 68.8º | 1% | 0.29% | - |
| XYZ | 4.63 | 6.12 | 0.94 | - |
| YUV | 63.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 0 | 0.15 | 0 | 1 | 0.71 | 68.8 | 1 | 0.15 |
| Hex | 40 | 4B | 0 | F | 0 | 64 | 47 | 45 | 64 | F |
| Octal | 100 | 113 | 0 | 17 | 0 | 144 | 107 | 105 | 144 | 17 |
| Binary | 1000000 | 1001011 | 0 | 1111 | 0 | 1100100 | 1000111 | 1000101 | 1100100 | 1111 |
Color Harmonies of #404B00
Complementary color
Monochromatic Colors of #404B00
Black with #404B00
Text Example
Text Example
White with #404B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B00; }
p { color: rgb(64,75,0); }
H1.HeaderClassName
{
color: #404B00;
}
.AnyTagClassName
{
color: #404B00;
}
</style>
background-color css
<style>
a { background-color: #404B00; }
a { background-color: rgb(64,75,0); }
div.DivClassName
{
background-color: #404B00;
}
.BgClassName
{
background-color: #404B00;
}
</style>
border-color css
<style>
span { border-color: #404B00; }
span { border-color: rgb(64,75,0); }
td.TdClassName
{
border-color: #404B00;
}
.TagClassName
{
border-color: #404B00;
}
</style>