Shades of Verdun Green #404B1B
Tints of Verdun Green #404B1B
RGB
CMYK
RGB Variations
Color information
#404B1B (or 0x404B1B) is known color: Verdun Green. HEX triplet: 40, 4B and 1B. RGB value is (64,75,27). Sum of RGB (Red+Green+Blue) = 64+75+27=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #404B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B1B is #BFB4E4. Grayscale: #424242. Windows color (decimal): -12563685 or 1788736. OLE color: 1788736.
HSL color Cylindrical-coordinate representation of color #404B1B: hue angle of 73.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404B1B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 27 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.71 |
| HSL | 73.75º | 0.47% | 0.2% | - |
| HSV(B) | 73.75º | 0.64% | 0.29% | - |
| XYZ | 4.83 | 6.2 | 1.98 | - |
| YUV | 66.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 27 | 0.15 | 0 | 0.64 | 0.71 | 73.75 | 0.47 | 0.2 |
| Hex | 40 | 4B | 1B | F | 0 | 40 | 47 | 4A | 2F | 14 |
| Octal | 100 | 113 | 33 | 17 | 0 | 100 | 107 | 112 | 57 | 24 |
| Binary | 1000000 | 1001011 | 11011 | 1111 | 0 | 1000000 | 1000111 | 1001010 | 101111 | 10100 |
Color Harmonies of #404B1B
Complementary color
Monochromatic Colors of #404B1B
Black with #404B1B
Text Example
Text Example
White with #404B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B1B; }
p { color: rgb(64,75,27); }
H1.HeaderClassName
{
color: #404B1B;
}
.AnyTagClassName
{
color: #404B1B;
}
</style>
background-color css
<style>
a { background-color: #404B1B; }
a { background-color: rgb(64,75,27); }
div.DivClassName
{
background-color: #404B1B;
}
.BgClassName
{
background-color: #404B1B;
}
</style>
border-color css
<style>
span { border-color: #404B1B; }
span { border-color: rgb(64,75,27); }
td.TdClassName
{
border-color: #404B1B;
}
.TagClassName
{
border-color: #404B1B;
}
</style>