Shades of Verdun Green #41540D
Tints of Verdun Green #41540D
RGB
CMYK
RGB Variations
Color information
#41540D (or 0x41540D) is known color: Verdun Green. HEX triplet: 41, 54 and 0D. RGB value is (65,84,13). Sum of RGB (Red+Green+Blue) = 65+84+13=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #41540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41540D is #BEABF2. Grayscale: #464646. Windows color (decimal): -12495859 or 873537. OLE color: 873537.
HSL color Cylindrical-coordinate representation of color #41540D: hue angle of 76.06º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41540D is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 13 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.67 |
| HSL | 76.06º | 0.73% | 0.19% | - |
| HSV(B) | 76.06º | 0.85% | 0.33% | - |
| XYZ | 5.42 | 7.49 | 1.54 | - |
| YUV | 70.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 13 | 0.23 | 0 | 0.85 | 0.67 | 76.06 | 0.73 | 0.19 |
| Hex | 41 | 54 | D | 17 | 0 | 55 | 43 | 4C | 49 | 13 |
| Octal | 101 | 124 | 15 | 27 | 0 | 125 | 103 | 114 | 111 | 23 |
| Binary | 1000001 | 1010100 | 1101 | 10111 | 0 | 1010101 | 1000011 | 1001100 | 1001001 | 10011 |
Color Harmonies of #41540D
Complementary color
Monochromatic Colors of #41540D
Black with #41540D
Text Example
Text Example
White with #41540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41540D; }
p { color: rgb(65,84,13); }
H1.HeaderClassName
{
color: #41540D;
}
.AnyTagClassName
{
color: #41540D;
}
</style>
background-color css
<style>
a { background-color: #41540D; }
a { background-color: rgb(65,84,13); }
div.DivClassName
{
background-color: #41540D;
}
.BgClassName
{
background-color: #41540D;
}
</style>
border-color css
<style>
span { border-color: #41540D; }
span { border-color: rgb(65,84,13); }
td.TdClassName
{
border-color: #41540D;
}
.TagClassName
{
border-color: #41540D;
}
</style>