Shades of Verdun Green #415012
Tints of Verdun Green #415012
RGB
CMYK
RGB Variations
Color information
#415012 (or 0x415012) is known color: Verdun Green. HEX triplet: 41, 50 and 12. RGB value is (65,80,18). Sum of RGB (Red+Green+Blue) = 65+80+18=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #415012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415012 is #BEAFED. Grayscale: #444444. Windows color (decimal): -12496878 or 1200193. OLE color: 1200193.
HSL color Cylindrical-coordinate representation of color #415012: hue angle of 74.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #415012 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 18 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.69 |
| HSL | 74.52º | 0.63% | 0.19% | - |
| HSV(B) | 74.52º | 0.78% | 0.31% | - |
| XYZ | 5.16 | 6.9 | 1.63 | - |
| YUV | 68.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 18 | 0.19 | 0 | 0.78 | 0.69 | 74.52 | 0.63 | 0.19 |
| Hex | 41 | 50 | 12 | 13 | 0 | 4E | 45 | 4B | 3F | 13 |
| Octal | 101 | 120 | 22 | 23 | 0 | 116 | 105 | 113 | 77 | 23 |
| Binary | 1000001 | 1010000 | 10010 | 10011 | 0 | 1001110 | 1000101 | 1001011 | 111111 | 10011 |
Color Harmonies of #415012
Complementary color
Monochromatic Colors of #415012
Black with #415012
Text Example
Text Example
White with #415012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415012; }
p { color: rgb(65,80,18); }
H1.HeaderClassName
{
color: #415012;
}
.AnyTagClassName
{
color: #415012;
}
</style>
background-color css
<style>
a { background-color: #415012; }
a { background-color: rgb(65,80,18); }
div.DivClassName
{
background-color: #415012;
}
.BgClassName
{
background-color: #415012;
}
</style>
border-color css
<style>
span { border-color: #415012; }
span { border-color: rgb(65,80,18); }
td.TdClassName
{
border-color: #415012;
}
.TagClassName
{
border-color: #415012;
}
</style>