Shades of Verdun Green #40500F
Tints of Verdun Green #40500F
RGB
CMYK
RGB Variations
Color information
#40500F (or 0x40500F) is known color: Verdun Green. HEX triplet: 40, 50 and 0F. RGB value is (64,80,15). Sum of RGB (Red+Green+Blue) = 64+80+15=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #40500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40500F is #BFAFF0. Grayscale: #444444. Windows color (decimal): -12562417 or 1003584. OLE color: 1003584.
HSL color Cylindrical-coordinate representation of color #40500F: hue angle of 74.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40500F is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 15 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.69 |
| HSL | 74.77º | 0.68% | 0.19% | - |
| HSV(B) | 74.77º | 0.81% | 0.31% | - |
| XYZ | 5.07 | 6.86 | 1.51 | - |
| YUV | 67.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 15 | 0.20 | 0 | 0.81 | 0.69 | 74.77 | 0.68 | 0.19 |
| Hex | 40 | 50 | F | 14 | 0 | 51 | 45 | 4B | 44 | 13 |
| Octal | 100 | 120 | 17 | 24 | 0 | 121 | 105 | 113 | 104 | 23 |
| Binary | 1000000 | 1010000 | 1111 | 10100 | 0 | 1010001 | 1000101 | 1001011 | 1000100 | 10011 |
Color Harmonies of #40500F
Complementary color
Monochromatic Colors of #40500F
Black with #40500F
Text Example
Text Example
White with #40500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40500F; }
p { color: rgb(64,80,15); }
H1.HeaderClassName
{
color: #40500F;
}
.AnyTagClassName
{
color: #40500F;
}
</style>
background-color css
<style>
a { background-color: #40500F; }
a { background-color: rgb(64,80,15); }
div.DivClassName
{
background-color: #40500F;
}
.BgClassName
{
background-color: #40500F;
}
</style>
border-color css
<style>
span { border-color: #40500F; }
span { border-color: rgb(64,80,15); }
td.TdClassName
{
border-color: #40500F;
}
.TagClassName
{
border-color: #40500F;
}
</style>