Shades of Verdun Green #41550D
Tints of Verdun Green #41550D
RGB
CMYK
RGB Variations
Color information
#41550D (or 0x41550D) is known color: Verdun Green. HEX triplet: 41, 55 and 0D. RGB value is (65,85,13). Sum of RGB (Red+Green+Blue) = 65+85+13=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #41550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41550D is #BEAAF2. Grayscale: #474747. Windows color (decimal): -12495603 or 873793. OLE color: 873793.
HSL color Cylindrical-coordinate representation of color #41550D: hue angle of 76.67º 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 #41550D is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 13 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.67 |
| HSL | 76.67º | 0.73% | 0.19% | - |
| HSV(B) | 76.67º | 0.85% | 0.33% | - |
| XYZ | 5.5 | 7.65 | 1.57 | - |
| YUV | 70.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 13 | 0.24 | 0 | 0.85 | 0.67 | 76.67 | 0.73 | 0.19 |
| Hex | 41 | 55 | D | 18 | 0 | 55 | 43 | 4D | 49 | 13 |
| Octal | 101 | 125 | 15 | 30 | 0 | 125 | 103 | 115 | 111 | 23 |
| Binary | 1000001 | 1010101 | 1101 | 11000 | 0 | 1010101 | 1000011 | 1001101 | 1001001 | 10011 |
Color Harmonies of #41550D
Complementary color
Monochromatic Colors of #41550D
Black with #41550D
Text Example
Text Example
White with #41550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41550D; }
p { color: rgb(65,85,13); }
H1.HeaderClassName
{
color: #41550D;
}
.AnyTagClassName
{
color: #41550D;
}
</style>
background-color css
<style>
a { background-color: #41550D; }
a { background-color: rgb(65,85,13); }
div.DivClassName
{
background-color: #41550D;
}
.BgClassName
{
background-color: #41550D;
}
</style>
border-color css
<style>
span { border-color: #41550D; }
span { border-color: rgb(65,85,13); }
td.TdClassName
{
border-color: #41550D;
}
.TagClassName
{
border-color: #41550D;
}
</style>