Shades of Verdun Green #41540E
Tints of Verdun Green #41540E
RGB
CMYK
RGB Variations
Color information
#41540E (or 0x41540E) is known color: Verdun Green. HEX triplet: 41, 54 and 0E. RGB value is (65,84,14). Sum of RGB (Red+Green+Blue) = 65+84+14=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #41540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41540E is #BEABF1. Grayscale: #464646. Windows color (decimal): -12495858 or 939073. OLE color: 939073.
HSL color Cylindrical-coordinate representation of color #41540E: hue angle of 76.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41540E is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 14 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.67 |
| HSL | 76.29º | 0.71% | 0.19% | - |
| HSV(B) | 76.29º | 0.83% | 0.33% | - |
| XYZ | 5.43 | 7.5 | 1.58 | - |
| YUV | 70.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 14 | 0.23 | 0 | 0.83 | 0.67 | 76.29 | 0.71 | 0.19 |
| Hex | 41 | 54 | E | 17 | 0 | 53 | 43 | 4C | 47 | 13 |
| Octal | 101 | 124 | 16 | 27 | 0 | 123 | 103 | 114 | 107 | 23 |
| Binary | 1000001 | 1010100 | 1110 | 10111 | 0 | 1010011 | 1000011 | 1001100 | 1000111 | 10011 |
Color Harmonies of #41540E
Complementary color
Monochromatic Colors of #41540E
Black with #41540E
Text Example
Text Example
White with #41540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41540E; }
p { color: rgb(65,84,14); }
H1.HeaderClassName
{
color: #41540E;
}
.AnyTagClassName
{
color: #41540E;
}
</style>
background-color css
<style>
a { background-color: #41540E; }
a { background-color: rgb(65,84,14); }
div.DivClassName
{
background-color: #41540E;
}
.BgClassName
{
background-color: #41540E;
}
</style>
border-color css
<style>
span { border-color: #41540E; }
span { border-color: rgb(65,84,14); }
td.TdClassName
{
border-color: #41540E;
}
.TagClassName
{
border-color: #41540E;
}
</style>