Shades of Verdun Green #414C06
Tints of Verdun Green #414C06
RGB
CMYK
RGB Variations
Color information
#414C06 (or 0x414C06) is known color: Verdun Green. HEX triplet: 41, 4C and 06. RGB value is (65,76,6). Sum of RGB (Red+Green+Blue) = 65+76+6=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #414C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414C06 is #BEB3F9. Grayscale: #414141. Windows color (decimal): -12497914 or 412737. OLE color: 412737.
HSL color Cylindrical-coordinate representation of color #414C06: hue angle of 69.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #414C06 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 6 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.70 |
| HSL | 69.43º | 0.85% | 0.16% | - |
| HSV(B) | 69.43º | 0.92% | 0.3% | - |
| XYZ | 4.8 | 6.31 | 1.14 | - |
| YUV | 64.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 6 | 0.14 | 0 | 0.92 | 0.70 | 69.43 | 0.85 | 0.16 |
| Hex | 41 | 4C | 6 | E | 0 | 5C | 46 | 45 | 55 | 10 |
| Octal | 101 | 114 | 6 | 16 | 0 | 134 | 106 | 105 | 125 | 20 |
| Binary | 1000001 | 1001100 | 110 | 1110 | 0 | 1011100 | 1000110 | 1000101 | 1010101 | 10000 |
Color Harmonies of #414C06
Complementary color
Monochromatic Colors of #414C06
Black with #414C06
Text Example
Text Example
White with #414C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C06; }
p { color: rgb(65,76,6); }
H1.HeaderClassName
{
color: #414C06;
}
.AnyTagClassName
{
color: #414C06;
}
</style>
background-color css
<style>
a { background-color: #414C06; }
a { background-color: rgb(65,76,6); }
div.DivClassName
{
background-color: #414C06;
}
.BgClassName
{
background-color: #414C06;
}
</style>
border-color css
<style>
span { border-color: #414C06; }
span { border-color: rgb(65,76,6); }
td.TdClassName
{
border-color: #414C06;
}
.TagClassName
{
border-color: #414C06;
}
</style>