Shades of Verdun Green #404B17
Tints of Verdun Green #404B17
RGB
CMYK
RGB Variations
Color information
#404B17 (or 0x404B17) is known color: Verdun Green. HEX triplet: 40, 4B and 17. RGB value is (64,75,23). Sum of RGB (Red+Green+Blue) = 64+75+23=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #404B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B17 is #BFB4E8. Grayscale: #414141. Windows color (decimal): -12563689 or 1526592. OLE color: 1526592.
HSL color Cylindrical-coordinate representation of color #404B17: hue angle of 72.69º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404B17 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 23 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.71 |
| HSL | 72.69º | 0.53% | 0.19% | - |
| HSV(B) | 72.69º | 0.69% | 0.29% | - |
| XYZ | 4.79 | 6.18 | 1.75 | - |
| YUV | 65.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 23 | 0.15 | 0 | 0.69 | 0.71 | 72.69 | 0.53 | 0.19 |
| Hex | 40 | 4B | 17 | F | 0 | 45 | 47 | 49 | 35 | 13 |
| Octal | 100 | 113 | 27 | 17 | 0 | 105 | 107 | 111 | 65 | 23 |
| Binary | 1000000 | 1001011 | 10111 | 1111 | 0 | 1000101 | 1000111 | 1001001 | 110101 | 10011 |
Color Harmonies of #404B17
Complementary color
Monochromatic Colors of #404B17
Black with #404B17
Text Example
Text Example
White with #404B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B17; }
p { color: rgb(64,75,23); }
H1.HeaderClassName
{
color: #404B17;
}
.AnyTagClassName
{
color: #404B17;
}
</style>
background-color css
<style>
a { background-color: #404B17; }
a { background-color: rgb(64,75,23); }
div.DivClassName
{
background-color: #404B17;
}
.BgClassName
{
background-color: #404B17;
}
</style>
border-color css
<style>
span { border-color: #404B17; }
span { border-color: rgb(64,75,23); }
td.TdClassName
{
border-color: #404B17;
}
.TagClassName
{
border-color: #404B17;
}
</style>