Shades of Verdun Green #41500A
Tints of Verdun Green #41500A
RGB
CMYK
RGB Variations
Color information
#41500A (or 0x41500A) is known color: Verdun Green. HEX triplet: 41, 50 and 0A. RGB value is (65,80,10). Sum of RGB (Red+Green+Blue) = 65+80+10=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #41500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41500A is #BEAFF5. Grayscale: #434343. Windows color (decimal): -12496886 or 675905. OLE color: 675905.
HSL color Cylindrical-coordinate representation of color #41500A: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41500A is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 10 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.69 |
| HSL | 72.86º | 0.78% | 0.18% | - |
| HSV(B) | 72.86º | 0.88% | 0.31% | - |
| XYZ | 5.1 | 6.88 | 1.35 | - |
| YUV | 67.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 10 | 0.19 | 0 | 0.87 | 0.69 | 72.86 | 0.78 | 0.18 |
| Hex | 41 | 50 | A | 13 | 0 | 57 | 45 | 49 | 4E | 12 |
| Octal | 101 | 120 | 12 | 23 | 0 | 127 | 105 | 111 | 116 | 22 |
| Binary | 1000001 | 1010000 | 1010 | 10011 | 0 | 1010111 | 1000101 | 1001001 | 1001110 | 10010 |
Color Harmonies of #41500A
Complementary color
Monochromatic Colors of #41500A
Black with #41500A
Text Example
Text Example
White with #41500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41500A; }
p { color: rgb(65,80,10); }
H1.HeaderClassName
{
color: #41500A;
}
.AnyTagClassName
{
color: #41500A;
}
</style>
background-color css
<style>
a { background-color: #41500A; }
a { background-color: rgb(65,80,10); }
div.DivClassName
{
background-color: #41500A;
}
.BgClassName
{
background-color: #41500A;
}
</style>
border-color css
<style>
span { border-color: #41500A; }
span { border-color: rgb(65,80,10); }
td.TdClassName
{
border-color: #41500A;
}
.TagClassName
{
border-color: #41500A;
}
</style>