Shades of Verdun Green #41561A
Tints of Verdun Green #41561A
RGB
CMYK
RGB Variations
Color information
#41561A (or 0x41561A) is known color: Verdun Green. HEX triplet: 41, 56 and 1A. RGB value is (65,86,26). Sum of RGB (Red+Green+Blue) = 65+86+26=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #41561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41561A is #BEA9E5. Grayscale: #494949. Windows color (decimal): -12495334 or 1726017. OLE color: 1726017.
HSL color Cylindrical-coordinate representation of color #41561A: hue angle of 81º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41561A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 86 | 26 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.66 |
| HSL | 81º | 0.54% | 0.22% | - |
| HSV(B) | 81º | 0.7% | 0.34% | - |
| XYZ | 5.69 | 7.85 | 2.19 | - |
| YUV | 72.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 26 | 0.24 | 0 | 0.70 | 0.66 | 81 | 0.54 | 0.22 |
| Hex | 41 | 56 | 1A | 18 | 0 | 46 | 42 | 51 | 36 | 16 |
| Octal | 101 | 126 | 32 | 30 | 0 | 106 | 102 | 121 | 66 | 26 |
| Binary | 1000001 | 1010110 | 11010 | 11000 | 0 | 1000110 | 1000010 | 1010001 | 110110 | 10110 |
Color Harmonies of #41561A
Complementary color
Monochromatic Colors of #41561A
Black with #41561A
Text Example
Text Example
White with #41561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41561A; }
p { color: rgb(65,86,26); }
H1.HeaderClassName
{
color: #41561A;
}
.AnyTagClassName
{
color: #41561A;
}
</style>
background-color css
<style>
a { background-color: #41561A; }
a { background-color: rgb(65,86,26); }
div.DivClassName
{
background-color: #41561A;
}
.BgClassName
{
background-color: #41561A;
}
</style>
border-color css
<style>
span { border-color: #41561A; }
span { border-color: rgb(65,86,26); }
td.TdClassName
{
border-color: #41561A;
}
.TagClassName
{
border-color: #41561A;
}
</style>