Shades of Verdun Green #415902
Tints of Verdun Green #415902
RGB
CMYK
RGB Variations
Color information
#415902 (or 0x415902) is known color: Verdun Green. HEX triplet: 41, 59 and 02. RGB value is (65,89,2). Sum of RGB (Red+Green+Blue) = 65+89+2=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #415902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415902 is #BEA6FD. Grayscale: #484848. Windows color (decimal): -12494590 or 153921. OLE color: 153921.
HSL color Cylindrical-coordinate representation of color #415902: hue angle of 76.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415902 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 89 | 2 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.65 |
| HSL | 76.55º | 0.96% | 0.18% | - |
| HSV(B) | 76.55º | 0.98% | 0.35% | - |
| XYZ | 5.76 | 8.27 | 1.35 | - |
| YUV | 71.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 2 | 0.27 | 0 | 0.98 | 0.65 | 76.55 | 0.96 | 0.18 |
| Hex | 41 | 59 | 2 | 1B | 0 | 62 | 41 | 4D | 60 | 12 |
| Octal | 101 | 131 | 2 | 33 | 0 | 142 | 101 | 115 | 140 | 22 |
| Binary | 1000001 | 1011001 | 10 | 11011 | 0 | 1100010 | 1000001 | 1001101 | 1100000 | 10010 |
Color Harmonies of #415902
Complementary color
Monochromatic Colors of #415902
Black with #415902
Text Example
Text Example
White with #415902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415902; }
p { color: rgb(65,89,2); }
H1.HeaderClassName
{
color: #415902;
}
.AnyTagClassName
{
color: #415902;
}
</style>
background-color css
<style>
a { background-color: #415902; }
a { background-color: rgb(65,89,2); }
div.DivClassName
{
background-color: #415902;
}
.BgClassName
{
background-color: #415902;
}
</style>
border-color css
<style>
span { border-color: #415902; }
span { border-color: rgb(65,89,2); }
td.TdClassName
{
border-color: #415902;
}
.TagClassName
{
border-color: #415902;
}
</style>