Shades of Verdun Green #405E0F
Tints of Verdun Green #405E0F
RGB
CMYK
RGB Variations
Color information
#405E0F (or 0x405E0F) is known color: Verdun Green. HEX triplet: 40, 5E and 0F. RGB value is (64,94,15). Sum of RGB (Red+Green+Blue) = 64+94+15=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #405E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405E0F is #BFA1F0. Grayscale: #4C4C4C. Windows color (decimal): -12558833 or 1007168. OLE color: 1007168.
HSL color Cylindrical-coordinate representation of color #405E0F: hue angle of 82.78º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #405E0F is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 15 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.63 |
| HSL | 82.78º | 0.72% | 0.21% | - |
| HSV(B) | 82.78º | 0.84% | 0.37% | - |
| XYZ | 6.2 | 9.13 | 1.89 | - |
| YUV | 76.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 15 | 0.32 | 0 | 0.84 | 0.63 | 82.78 | 0.72 | 0.21 |
| Hex | 40 | 5E | F | 20 | 0 | 54 | 3F | 53 | 48 | 15 |
| Octal | 100 | 136 | 17 | 40 | 0 | 124 | 77 | 123 | 110 | 25 |
| Binary | 1000000 | 1011110 | 1111 | 100000 | 0 | 1010100 | 111111 | 1010011 | 1001000 | 10101 |
Color Harmonies of #405E0F
Complementary color
Monochromatic Colors of #405E0F
Black with #405E0F
Text Example
Text Example
White with #405E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E0F; }
p { color: rgb(64,94,15); }
H1.HeaderClassName
{
color: #405E0F;
}
.AnyTagClassName
{
color: #405E0F;
}
</style>
background-color css
<style>
a { background-color: #405E0F; }
a { background-color: rgb(64,94,15); }
div.DivClassName
{
background-color: #405E0F;
}
.BgClassName
{
background-color: #405E0F;
}
</style>
border-color css
<style>
span { border-color: #405E0F; }
span { border-color: rgb(64,94,15); }
td.TdClassName
{
border-color: #405E0F;
}
.TagClassName
{
border-color: #405E0F;
}
</style>