Shades of Verdun Green #405C0F
Tints of Verdun Green #405C0F
RGB
CMYK
RGB Variations
Color information
#405C0F (or 0x405C0F) is known color: Verdun Green. HEX triplet: 40, 5C and 0F. RGB value is (64,92,15). Sum of RGB (Red+Green+Blue) = 64+92+15=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #405C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C0F is #BFA3F0. Grayscale: #4B4B4B. Windows color (decimal): -12559345 or 1006656. OLE color: 1006656.
HSL color Cylindrical-coordinate representation of color #405C0F: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #405C0F is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 15 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.64 |
| HSL | 81.82º | 0.72% | 0.21% | - |
| HSV(B) | 81.82º | 0.84% | 0.36% | - |
| XYZ | 6.03 | 8.78 | 1.83 | - |
| YUV | 74.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 15 | 0.30 | 0 | 0.84 | 0.64 | 81.82 | 0.72 | 0.21 |
| Hex | 40 | 5C | F | 1E | 0 | 54 | 40 | 52 | 48 | 15 |
| Octal | 100 | 134 | 17 | 36 | 0 | 124 | 100 | 122 | 110 | 25 |
| Binary | 1000000 | 1011100 | 1111 | 11110 | 0 | 1010100 | 1000000 | 1010010 | 1001000 | 10101 |
Color Harmonies of #405C0F
Complementary color
Monochromatic Colors of #405C0F
Black with #405C0F
Text Example
Text Example
White with #405C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C0F; }
p { color: rgb(64,92,15); }
H1.HeaderClassName
{
color: #405C0F;
}
.AnyTagClassName
{
color: #405C0F;
}
</style>
background-color css
<style>
a { background-color: #405C0F; }
a { background-color: rgb(64,92,15); }
div.DivClassName
{
background-color: #405C0F;
}
.BgClassName
{
background-color: #405C0F;
}
</style>
border-color css
<style>
span { border-color: #405C0F; }
span { border-color: rgb(64,92,15); }
td.TdClassName
{
border-color: #405C0F;
}
.TagClassName
{
border-color: #405C0F;
}
</style>