Shades of Verdun Green #41510F
Tints of Verdun Green #41510F
RGB
CMYK
RGB Variations
Color information
#41510F (or 0x41510F) is known color: Verdun Green. HEX triplet: 41, 51 and 0F. RGB value is (65,81,15). Sum of RGB (Red+Green+Blue) = 65+81+15=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #41510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41510F is #BEAEF0. Grayscale: #444444. Windows color (decimal): -12496625 or 1003841. OLE color: 1003841.
HSL color Cylindrical-coordinate representation of color #41510F: hue angle of 74.55º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41510F is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 15 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.68 |
| HSL | 74.55º | 0.69% | 0.19% | - |
| HSV(B) | 74.55º | 0.81% | 0.32% | - |
| XYZ | 5.21 | 7.04 | 1.54 | - |
| YUV | 68.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 15 | 0.20 | 0 | 0.81 | 0.68 | 74.55 | 0.69 | 0.19 |
| Hex | 41 | 51 | F | 14 | 0 | 51 | 44 | 4B | 45 | 13 |
| Octal | 101 | 121 | 17 | 24 | 0 | 121 | 104 | 113 | 105 | 23 |
| Binary | 1000001 | 1010001 | 1111 | 10100 | 0 | 1010001 | 1000100 | 1001011 | 1000101 | 10011 |
Color Harmonies of #41510F
Complementary color
Monochromatic Colors of #41510F
Black with #41510F
Text Example
Text Example
White with #41510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41510F; }
p { color: rgb(65,81,15); }
H1.HeaderClassName
{
color: #41510F;
}
.AnyTagClassName
{
color: #41510F;
}
</style>
background-color css
<style>
a { background-color: #41510F; }
a { background-color: rgb(65,81,15); }
div.DivClassName
{
background-color: #41510F;
}
.BgClassName
{
background-color: #41510F;
}
</style>
border-color css
<style>
span { border-color: #41510F; }
span { border-color: rgb(65,81,15); }
td.TdClassName
{
border-color: #41510F;
}
.TagClassName
{
border-color: #41510F;
}
</style>