Shades of Verdun Green #40690F
Tints of Verdun Green #40690F
RGB
CMYK
RGB Variations
Color information
#40690F (or 0x40690F) is known color: Verdun Green. HEX triplet: 40, 69 and 0F. RGB value is (64,105,15). Sum of RGB (Red+Green+Blue) = 64+105+15=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #40690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40690F is #BF96F0. Grayscale: #525252. Windows color (decimal): -12556017 or 1009984. OLE color: 1009984.
HSL color Cylindrical-coordinate representation of color #40690F: hue angle of 87.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40690F is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 15 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.59 |
| HSL | 87.33º | 0.75% | 0.24% | - |
| HSV(B) | 87.33º | 0.86% | 0.41% | - |
| XYZ | 7.25 | 11.23 | 2.24 | - |
| YUV | 82.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 15 | 0.39 | 0 | 0.86 | 0.59 | 87.33 | 0.75 | 0.24 |
| Hex | 40 | 69 | F | 27 | 0 | 56 | 3B | 57 | 4B | 18 |
| Octal | 100 | 151 | 17 | 47 | 0 | 126 | 73 | 127 | 113 | 30 |
| Binary | 1000000 | 1101001 | 1111 | 100111 | 0 | 1010110 | 111011 | 1010111 | 1001011 | 11000 |
Color Harmonies of #40690F
Complementary color
Monochromatic Colors of #40690F
Black with #40690F
Text Example
Text Example
White with #40690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40690F; }
p { color: rgb(64,105,15); }
H1.HeaderClassName
{
color: #40690F;
}
.AnyTagClassName
{
color: #40690F;
}
</style>
background-color css
<style>
a { background-color: #40690F; }
a { background-color: rgb(64,105,15); }
div.DivClassName
{
background-color: #40690F;
}
.BgClassName
{
background-color: #40690F;
}
</style>
border-color css
<style>
span { border-color: #40690F; }
span { border-color: rgb(64,105,15); }
td.TdClassName
{
border-color: #40690F;
}
.TagClassName
{
border-color: #40690F;
}
</style>