Shades of Verdun Green #415A09
Tints of Verdun Green #415A09
RGB
CMYK
RGB Variations
Color information
#415A09 (or 0x415A09) is known color: Verdun Green. HEX triplet: 41, 5A and 09. RGB value is (65,90,9). Sum of RGB (Red+Green+Blue) = 65+90+9=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #415A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415A09 is #BEA5F6. Grayscale: #494949. Windows color (decimal): -12494327 or 612929. OLE color: 612929.
HSL color Cylindrical-coordinate representation of color #415A09: hue angle of 78.52º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #415A09 is Cyan = 0.28, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 9 | - |
| CMYK | 0.28 | 0 | 0.9 | 0.65 |
| HSL | 78.52º | 0.82% | 0.19% | - |
| HSV(B) | 78.52º | 0.9% | 0.35% | - |
| XYZ | 5.89 | 8.46 | 1.58 | - |
| YUV | 73.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 9 | 0.28 | 0 | 0.9 | 0.65 | 78.52 | 0.82 | 0.19 |
| Hex | 41 | 5A | 9 | 1C | 0 | 5A | 41 | 4F | 52 | 13 |
| Octal | 101 | 132 | 11 | 34 | 0 | 132 | 101 | 117 | 122 | 23 |
| Binary | 1000001 | 1011010 | 1001 | 11100 | 0 | 1011010 | 1000001 | 1001111 | 1010010 | 10011 |
Color Harmonies of #415A09
Complementary color
Monochromatic Colors of #415A09
Black with #415A09
Text Example
Text Example
White with #415A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A09; }
p { color: rgb(65,90,9); }
H1.HeaderClassName
{
color: #415A09;
}
.AnyTagClassName
{
color: #415A09;
}
</style>
background-color css
<style>
a { background-color: #415A09; }
a { background-color: rgb(65,90,9); }
div.DivClassName
{
background-color: #415A09;
}
.BgClassName
{
background-color: #415A09;
}
</style>
border-color css
<style>
span { border-color: #415A09; }
span { border-color: rgb(65,90,9); }
td.TdClassName
{
border-color: #415A09;
}
.TagClassName
{
border-color: #415A09;
}
</style>