Shades of Verdun Green #41551A
Tints of Verdun Green #41551A
RGB
CMYK
RGB Variations
Color information
#41551A (or 0x41551A) is known color: Verdun Green. HEX triplet: 41, 55 and 1A. RGB value is (65,85,26). Sum of RGB (Red+Green+Blue) = 65+85+26=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #41551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41551A is #BEAAE5. Grayscale: #484848. Windows color (decimal): -12495590 or 1725761. OLE color: 1725761.
HSL color Cylindrical-coordinate representation of color #41551A: hue angle of 80.34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41551A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 26 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.67 |
| HSL | 80.34º | 0.53% | 0.22% | - |
| HSV(B) | 80.34º | 0.69% | 0.33% | - |
| XYZ | 5.61 | 7.7 | 2.17 | - |
| YUV | 72.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 26 | 0.24 | 0 | 0.69 | 0.67 | 80.34 | 0.53 | 0.22 |
| Hex | 41 | 55 | 1A | 18 | 0 | 45 | 43 | 50 | 35 | 16 |
| Octal | 101 | 125 | 32 | 30 | 0 | 105 | 103 | 120 | 65 | 26 |
| Binary | 1000001 | 1010101 | 11010 | 11000 | 0 | 1000101 | 1000011 | 1010000 | 110101 | 10110 |
Color Harmonies of #41551A
Complementary color
Monochromatic Colors of #41551A
Black with #41551A
Text Example
Text Example
White with #41551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41551A; }
p { color: rgb(65,85,26); }
H1.HeaderClassName
{
color: #41551A;
}
.AnyTagClassName
{
color: #41551A;
}
</style>
background-color css
<style>
a { background-color: #41551A; }
a { background-color: rgb(65,85,26); }
div.DivClassName
{
background-color: #41551A;
}
.BgClassName
{
background-color: #41551A;
}
</style>
border-color css
<style>
span { border-color: #41551A; }
span { border-color: rgb(65,85,26); }
td.TdClassName
{
border-color: #41551A;
}
.TagClassName
{
border-color: #41551A;
}
</style>