Shades of Verdun Green #414915
Tints of Verdun Green #414915
RGB
CMYK
RGB Variations
Color information
#414915 (or 0x414915) is known color: Verdun Green. HEX triplet: 41, 49 and 15. RGB value is (65,73,21). Sum of RGB (Red+Green+Blue) = 65+73+21=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #414915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414915 is #BEB6EA. Grayscale: #404040. Windows color (decimal): -12498667 or 1395009. OLE color: 1395009.
HSL color Cylindrical-coordinate representation of color #414915: hue angle of 69.23º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414915 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 21 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.71 |
| HSL | 69.23º | 0.55% | 0.18% | - |
| HSV(B) | 69.23º | 0.71% | 0.29% | - |
| XYZ | 4.7 | 5.94 | 1.61 | - |
| YUV | 64.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 21 | 0.11 | 0 | 0.71 | 0.71 | 69.23 | 0.55 | 0.18 |
| Hex | 41 | 49 | 15 | B | 0 | 47 | 47 | 45 | 37 | 12 |
| Octal | 101 | 111 | 25 | 13 | 0 | 107 | 107 | 105 | 67 | 22 |
| Binary | 1000001 | 1001001 | 10101 | 1011 | 0 | 1000111 | 1000111 | 1000101 | 110111 | 10010 |
Color Harmonies of #414915
Complementary color
Monochromatic Colors of #414915
Black with #414915
Text Example
Text Example
White with #414915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414915; }
p { color: rgb(65,73,21); }
H1.HeaderClassName
{
color: #414915;
}
.AnyTagClassName
{
color: #414915;
}
</style>
background-color css
<style>
a { background-color: #414915; }
a { background-color: rgb(65,73,21); }
div.DivClassName
{
background-color: #414915;
}
.BgClassName
{
background-color: #414915;
}
</style>
border-color css
<style>
span { border-color: #414915; }
span { border-color: rgb(65,73,21); }
td.TdClassName
{
border-color: #414915;
}
.TagClassName
{
border-color: #414915;
}
</style>