Shades of Verdun Green #415903
Tints of Verdun Green #415903
RGB
CMYK
RGB Variations
Color information
#415903 (or 0x415903) is known color: Verdun Green. HEX triplet: 41, 59 and 03. RGB value is (65,89,3). Sum of RGB (Red+Green+Blue) = 65+89+3=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #415903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415903 is #BEA6FC. Grayscale: #484848. Windows color (decimal): -12494589 or 219457. OLE color: 219457.
HSL color Cylindrical-coordinate representation of color #415903: hue angle of 76.74º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #415903 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 89 | 3 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.65 |
| HSL | 76.74º | 0.93% | 0.18% | - |
| HSV(B) | 76.74º | 0.97% | 0.35% | - |
| XYZ | 5.77 | 8.28 | 1.38 | - |
| YUV | 72.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 3 | 0.27 | 0 | 0.97 | 0.65 | 76.74 | 0.93 | 0.18 |
| Hex | 41 | 59 | 3 | 1B | 0 | 61 | 41 | 4D | 5D | 12 |
| Octal | 101 | 131 | 3 | 33 | 0 | 141 | 101 | 115 | 135 | 22 |
| Binary | 1000001 | 1011001 | 11 | 11011 | 0 | 1100001 | 1000001 | 1001101 | 1011101 | 10010 |
Color Harmonies of #415903
Complementary color
Monochromatic Colors of #415903
Black with #415903
Text Example
Text Example
White with #415903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415903; }
p { color: rgb(65,89,3); }
H1.HeaderClassName
{
color: #415903;
}
.AnyTagClassName
{
color: #415903;
}
</style>
background-color css
<style>
a { background-color: #415903; }
a { background-color: rgb(65,89,3); }
div.DivClassName
{
background-color: #415903;
}
.BgClassName
{
background-color: #415903;
}
</style>
border-color css
<style>
span { border-color: #415903; }
span { border-color: rgb(65,89,3); }
td.TdClassName
{
border-color: #415903;
}
.TagClassName
{
border-color: #415903;
}
</style>