Shades of Verdun Green #414211
Tints of Verdun Green #414211
RGB
CMYK
RGB Variations
Color information
#414211 (or 0x414211) is known color: Verdun Green. HEX triplet: 41, 42 and 11. RGB value is (65,66,17). Sum of RGB (Red+Green+Blue) = 65+66+17=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #414211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414211 is #BEBDEE. Grayscale: #3C3C3C. Windows color (decimal): -12500463 or 1131073. OLE color: 1131073.
HSL color Cylindrical-coordinate representation of color #414211: hue angle of 61.22º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414211 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 17 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.74 |
| HSL | 61.22º | 0.59% | 0.16% | - |
| HSV(B) | 61.22º | 0.74% | 0.26% | - |
| XYZ | 4.23 | 5.06 | 1.28 | - |
| YUV | 60.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 17 | 0.02 | 0 | 0.74 | 0.74 | 61.22 | 0.59 | 0.16 |
| Hex | 41 | 42 | 11 | 2 | 0 | 4A | 4A | 3D | 3B | 10 |
| Octal | 101 | 102 | 21 | 2 | 0 | 112 | 112 | 75 | 73 | 20 |
| Binary | 1000001 | 1000010 | 10001 | 10 | 0 | 1001010 | 1001010 | 111101 | 111011 | 10000 |
Color Harmonies of #414211
Complementary color
Monochromatic Colors of #414211
Black with #414211
Text Example
Text Example
White with #414211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414211; }
p { color: rgb(65,66,17); }
H1.HeaderClassName
{
color: #414211;
}
.AnyTagClassName
{
color: #414211;
}
</style>
background-color css
<style>
a { background-color: #414211; }
a { background-color: rgb(65,66,17); }
div.DivClassName
{
background-color: #414211;
}
.BgClassName
{
background-color: #414211;
}
</style>
border-color css
<style>
span { border-color: #414211; }
span { border-color: rgb(65,66,17); }
td.TdClassName
{
border-color: #414211;
}
.TagClassName
{
border-color: #414211;
}
</style>