Shades of Verdun Green #415210
Tints of Verdun Green #415210
RGB
CMYK
RGB Variations
Color information
#415210 (or 0x415210) is known color: Verdun Green. HEX triplet: 41, 52 and 10. RGB value is (65,82,16). Sum of RGB (Red+Green+Blue) = 65+82+16=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #415210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415210 is #BEADEF. Grayscale: #454545. Windows color (decimal): -12496368 or 1069633. OLE color: 1069633.
HSL color Cylindrical-coordinate representation of color #415210: hue angle of 75.45º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #415210 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 16 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.68 |
| HSL | 75.45º | 0.67% | 0.19% | - |
| HSV(B) | 75.45º | 0.8% | 0.32% | - |
| XYZ | 5.29 | 7.2 | 1.6 | - |
| YUV | 69.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 16 | 0.21 | 0 | 0.80 | 0.68 | 75.45 | 0.67 | 0.19 |
| Hex | 41 | 52 | 10 | 15 | 0 | 50 | 44 | 4B | 43 | 13 |
| Octal | 101 | 122 | 20 | 25 | 0 | 120 | 104 | 113 | 103 | 23 |
| Binary | 1000001 | 1010010 | 10000 | 10101 | 0 | 1010000 | 1000100 | 1001011 | 1000011 | 10011 |
Color Harmonies of #415210
Complementary color
Monochromatic Colors of #415210
Black with #415210
Text Example
Text Example
White with #415210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415210; }
p { color: rgb(65,82,16); }
H1.HeaderClassName
{
color: #415210;
}
.AnyTagClassName
{
color: #415210;
}
</style>
background-color css
<style>
a { background-color: #415210; }
a { background-color: rgb(65,82,16); }
div.DivClassName
{
background-color: #415210;
}
.BgClassName
{
background-color: #415210;
}
</style>
border-color css
<style>
span { border-color: #415210; }
span { border-color: rgb(65,82,16); }
td.TdClassName
{
border-color: #415210;
}
.TagClassName
{
border-color: #415210;
}
</style>