Shades of Verdun Green #414F15
Tints of Verdun Green #414F15
RGB
CMYK
RGB Variations
Color information
#414F15 (or 0x414F15) is known color: Verdun Green. HEX triplet: 41, 4F and 15. RGB value is (65,79,21). Sum of RGB (Red+Green+Blue) = 65+79+21=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #414F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414F15 is #BEB0EA. Grayscale: #444444. Windows color (decimal): -12497131 or 1396545. OLE color: 1396545.
HSL color Cylindrical-coordinate representation of color #414F15: hue angle of 74.48º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414F15 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 79 | 21 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.69 |
| HSL | 74.48º | 0.58% | 0.2% | - |
| HSV(B) | 74.48º | 0.73% | 0.31% | - |
| XYZ | 5.11 | 6.77 | 1.75 | - |
| YUV | 68.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 21 | 0.18 | 0 | 0.73 | 0.69 | 74.48 | 0.58 | 0.2 |
| Hex | 41 | 4F | 15 | 12 | 0 | 49 | 45 | 4A | 3A | 14 |
| Octal | 101 | 117 | 25 | 22 | 0 | 111 | 105 | 112 | 72 | 24 |
| Binary | 1000001 | 1001111 | 10101 | 10010 | 0 | 1001001 | 1000101 | 1001010 | 111010 | 10100 |
Color Harmonies of #414F15
Complementary color
Monochromatic Colors of #414F15
Black with #414F15
Text Example
Text Example
White with #414F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F15; }
p { color: rgb(65,79,21); }
H1.HeaderClassName
{
color: #414F15;
}
.AnyTagClassName
{
color: #414F15;
}
</style>
background-color css
<style>
a { background-color: #414F15; }
a { background-color: rgb(65,79,21); }
div.DivClassName
{
background-color: #414F15;
}
.BgClassName
{
background-color: #414F15;
}
</style>
border-color css
<style>
span { border-color: #414F15; }
span { border-color: rgb(65,79,21); }
td.TdClassName
{
border-color: #414F15;
}
.TagClassName
{
border-color: #414F15;
}
</style>