Shades of Verdun Green #415913
Tints of Verdun Green #415913
RGB
CMYK
RGB Variations
Color information
#415913 (or 0x415913) is known color: Verdun Green. HEX triplet: 41, 59 and 13. RGB value is (65,89,19). Sum of RGB (Red+Green+Blue) = 65+89+19=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #415913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415913 is #BEA6EC. Grayscale: #4A4A4A. Windows color (decimal): -12494573 or 1268033. OLE color: 1268033.
HSL color Cylindrical-coordinate representation of color #415913: hue angle of 80.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #415913 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 89 | 19 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.65 |
| HSL | 80.57º | 0.65% | 0.21% | - |
| HSV(B) | 80.57º | 0.79% | 0.35% | - |
| XYZ | 5.87 | 8.32 | 1.91 | - |
| YUV | 73.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 19 | 0.27 | 0 | 0.79 | 0.65 | 80.57 | 0.65 | 0.21 |
| Hex | 41 | 59 | 13 | 1B | 0 | 4F | 41 | 51 | 41 | 15 |
| Octal | 101 | 131 | 23 | 33 | 0 | 117 | 101 | 121 | 101 | 25 |
| Binary | 1000001 | 1011001 | 10011 | 11011 | 0 | 1001111 | 1000001 | 1010001 | 1000001 | 10101 |
Color Harmonies of #415913
Complementary color
Monochromatic Colors of #415913
Black with #415913
Text Example
Text Example
White with #415913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415913; }
p { color: rgb(65,89,19); }
H1.HeaderClassName
{
color: #415913;
}
.AnyTagClassName
{
color: #415913;
}
</style>
background-color css
<style>
a { background-color: #415913; }
a { background-color: rgb(65,89,19); }
div.DivClassName
{
background-color: #415913;
}
.BgClassName
{
background-color: #415913;
}
</style>
border-color css
<style>
span { border-color: #415913; }
span { border-color: rgb(65,89,19); }
td.TdClassName
{
border-color: #415913;
}
.TagClassName
{
border-color: #415913;
}
</style>