Shades of Verdun Green #40660F
Tints of Verdun Green #40660F
RGB
CMYK
RGB Variations
Color information
#40660F (or 0x40660F) is known color: Verdun Green. HEX triplet: 40, 66 and 0F. RGB value is (64,102,15). Sum of RGB (Red+Green+Blue) = 64+102+15=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #40660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40660F is #BF99F0. Grayscale: #515151. Windows color (decimal): -12556785 or 1009216. OLE color: 1009216.
HSL color Cylindrical-coordinate representation of color #40660F: hue angle of 86.21º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40660F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 15 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.6 |
| HSL | 86.21º | 0.74% | 0.23% | - |
| HSV(B) | 86.21º | 0.85% | 0.4% | - |
| XYZ | 6.95 | 10.63 | 2.14 | - |
| YUV | 80.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 15 | 0.37 | 0 | 0.85 | 0.6 | 86.21 | 0.74 | 0.23 |
| Hex | 40 | 66 | F | 25 | 0 | 55 | 3C | 56 | 4A | 17 |
| Octal | 100 | 146 | 17 | 45 | 0 | 125 | 74 | 126 | 112 | 27 |
| Binary | 1000000 | 1100110 | 1111 | 100101 | 0 | 1010101 | 111100 | 1010110 | 1001010 | 10111 |
Color Harmonies of #40660F
Complementary color
Monochromatic Colors of #40660F
Black with #40660F
Text Example
Text Example
White with #40660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40660F; }
p { color: rgb(64,102,15); }
H1.HeaderClassName
{
color: #40660F;
}
.AnyTagClassName
{
color: #40660F;
}
</style>
background-color css
<style>
a { background-color: #40660F; }
a { background-color: rgb(64,102,15); }
div.DivClassName
{
background-color: #40660F;
}
.BgClassName
{
background-color: #40660F;
}
</style>
border-color css
<style>
span { border-color: #40660F; }
span { border-color: rgb(64,102,15); }
td.TdClassName
{
border-color: #40660F;
}
.TagClassName
{
border-color: #40660F;
}
</style>