Shades of Verdun Green #41511D
Tints of Verdun Green #41511D
RGB
CMYK
RGB Variations
Color information
#41511D (or 0x41511D) is known color: Verdun Green. HEX triplet: 41, 51 and 1D. RGB value is (65,81,29). Sum of RGB (Red+Green+Blue) = 65+81+29=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #41511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41511D is #BEAEE2. Grayscale: #464646. Windows color (decimal): -12496611 or 1921345. OLE color: 1921345.
HSL color Cylindrical-coordinate representation of color #41511D: hue angle of 78.46º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41511D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 29 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.68 |
| HSL | 78.46º | 0.47% | 0.22% | - |
| HSV(B) | 78.46º | 0.64% | 0.32% | - |
| XYZ | 5.34 | 7.1 | 2.25 | - |
| YUV | 70.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 29 | 0.20 | 0 | 0.64 | 0.68 | 78.46 | 0.47 | 0.22 |
| Hex | 41 | 51 | 1D | 14 | 0 | 40 | 44 | 4E | 2F | 16 |
| Octal | 101 | 121 | 35 | 24 | 0 | 100 | 104 | 116 | 57 | 26 |
| Binary | 1000001 | 1010001 | 11101 | 10100 | 0 | 1000000 | 1000100 | 1001110 | 101111 | 10110 |
Color Harmonies of #41511D
Complementary color
Monochromatic Colors of #41511D
Black with #41511D
Text Example
Text Example
White with #41511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41511D; }
p { color: rgb(65,81,29); }
H1.HeaderClassName
{
color: #41511D;
}
.AnyTagClassName
{
color: #41511D;
}
</style>
background-color css
<style>
a { background-color: #41511D; }
a { background-color: rgb(65,81,29); }
div.DivClassName
{
background-color: #41511D;
}
.BgClassName
{
background-color: #41511D;
}
</style>
border-color css
<style>
span { border-color: #41511D; }
span { border-color: rgb(65,81,29); }
td.TdClassName
{
border-color: #41511D;
}
.TagClassName
{
border-color: #41511D;
}
</style>