Shades of Verdun Green #414C09
Tints of Verdun Green #414C09
RGB
CMYK
RGB Variations
Color information
#414C09 (or 0x414C09) is known color: Verdun Green. HEX triplet: 41, 4C and 09. RGB value is (65,76,9). Sum of RGB (Red+Green+Blue) = 65+76+9=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 76 (30.08% from 255 or 50.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 76 - color contains mainly: green. Hex color #414C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414C09 is #BEB3F6. Grayscale: #414141. Windows color (decimal): -12497911 or 609345. OLE color: 609345.
HSL color Cylindrical-coordinate representation of color #414C09: hue angle of 69.85º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #414C09 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 9 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.70 |
| HSL | 69.85º | 0.79% | 0.17% | - |
| HSV(B) | 69.85º | 0.88% | 0.3% | - |
| XYZ | 4.81 | 6.31 | 1.22 | - |
| YUV | 65.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 9 | 0.14 | 0 | 0.88 | 0.70 | 69.85 | 0.79 | 0.17 |
| Hex | 41 | 4C | 9 | E | 0 | 58 | 46 | 46 | 4F | 11 |
| Octal | 101 | 114 | 11 | 16 | 0 | 130 | 106 | 106 | 117 | 21 |
| Binary | 1000001 | 1001100 | 1001 | 1110 | 0 | 1011000 | 1000110 | 1000110 | 1001111 | 10001 |
Color Harmonies of #414C09
Complementary color
Monochromatic Colors of #414C09
Black with #414C09
Text Example
Text Example
White with #414C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C09; }
p { color: rgb(65,76,9); }
H1.HeaderClassName
{
color: #414C09;
}
.AnyTagClassName
{
color: #414C09;
}
</style>
background-color css
<style>
a { background-color: #414C09; }
a { background-color: rgb(65,76,9); }
div.DivClassName
{
background-color: #414C09;
}
.BgClassName
{
background-color: #414C09;
}
</style>
border-color css
<style>
span { border-color: #414C09; }
span { border-color: rgb(65,76,9); }
td.TdClassName
{
border-color: #414C09;
}
.TagClassName
{
border-color: #414C09;
}
</style>