Shades of Verdun Green #41500F
Tints of Verdun Green #41500F
RGB
CMYK
RGB Variations
Color information
#41500F (or 0x41500F) is known color: Verdun Green. HEX triplet: 41, 50 and 0F. RGB value is (65,80,15). Sum of RGB (Red+Green+Blue) = 65+80+15=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #41500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41500F is #BEAFF0. Grayscale: #444444. Windows color (decimal): -12496881 or 1003585. OLE color: 1003585.
HSL color Cylindrical-coordinate representation of color #41500F: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41500F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 15 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.69 |
| HSL | 73.85º | 0.68% | 0.19% | - |
| HSV(B) | 73.85º | 0.81% | 0.31% | - |
| XYZ | 5.13 | 6.9 | 1.51 | - |
| YUV | 68.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 15 | 0.19 | 0 | 0.81 | 0.69 | 73.85 | 0.68 | 0.19 |
| Hex | 41 | 50 | F | 13 | 0 | 51 | 45 | 4A | 44 | 13 |
| Octal | 101 | 120 | 17 | 23 | 0 | 121 | 105 | 112 | 104 | 23 |
| Binary | 1000001 | 1010000 | 1111 | 10011 | 0 | 1010001 | 1000101 | 1001010 | 1000100 | 10011 |
Color Harmonies of #41500F
Complementary color
Monochromatic Colors of #41500F
Black with #41500F
Text Example
Text Example
White with #41500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41500F; }
p { color: rgb(65,80,15); }
H1.HeaderClassName
{
color: #41500F;
}
.AnyTagClassName
{
color: #41500F;
}
</style>
background-color css
<style>
a { background-color: #41500F; }
a { background-color: rgb(65,80,15); }
div.DivClassName
{
background-color: #41500F;
}
.BgClassName
{
background-color: #41500F;
}
</style>
border-color css
<style>
span { border-color: #41500F; }
span { border-color: rgb(65,80,15); }
td.TdClassName
{
border-color: #41500F;
}
.TagClassName
{
border-color: #41500F;
}
</style>