Shades of Verdun Green #40680F
Tints of Verdun Green #40680F
RGB
CMYK
RGB Variations
Color information
#40680F (or 0x40680F) is known color: Verdun Green. HEX triplet: 40, 68 and 0F. RGB value is (64,104,15). Sum of RGB (Red+Green+Blue) = 64+104+15=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #40680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40680F is #BF97F0. Grayscale: #525252. Windows color (decimal): -12556273 or 1009728. OLE color: 1009728.
HSL color Cylindrical-coordinate representation of color #40680F: hue angle of 86.97º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40680F is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 104 | 15 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.59 |
| HSL | 86.97º | 0.75% | 0.23% | - |
| HSV(B) | 86.97º | 0.86% | 0.41% | - |
| XYZ | 7.15 | 11.03 | 2.2 | - |
| YUV | 81.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 15 | 0.38 | 0 | 0.86 | 0.59 | 86.97 | 0.75 | 0.23 |
| Hex | 40 | 68 | F | 26 | 0 | 56 | 3B | 57 | 4B | 17 |
| Octal | 100 | 150 | 17 | 46 | 0 | 126 | 73 | 127 | 113 | 27 |
| Binary | 1000000 | 1101000 | 1111 | 100110 | 0 | 1010110 | 111011 | 1010111 | 1001011 | 10111 |
Color Harmonies of #40680F
Complementary color
Monochromatic Colors of #40680F
Black with #40680F
Text Example
Text Example
White with #40680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40680F; }
p { color: rgb(64,104,15); }
H1.HeaderClassName
{
color: #40680F;
}
.AnyTagClassName
{
color: #40680F;
}
</style>
background-color css
<style>
a { background-color: #40680F; }
a { background-color: rgb(64,104,15); }
div.DivClassName
{
background-color: #40680F;
}
.BgClassName
{
background-color: #40680F;
}
</style>
border-color css
<style>
span { border-color: #40680F; }
span { border-color: rgb(64,104,15); }
td.TdClassName
{
border-color: #40680F;
}
.TagClassName
{
border-color: #40680F;
}
</style>