Shades of Verdun Green #414907
Tints of Verdun Green #414907
RGB
CMYK
RGB Variations
Color information
#414907 (or 0x414907) is known color: Verdun Green. HEX triplet: 41, 49 and 07. RGB value is (65,73,7). Sum of RGB (Red+Green+Blue) = 65+73+7=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #414907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414907 is #BEB6F8. Grayscale: #3F3F3F. Windows color (decimal): -12498681 or 477505. OLE color: 477505.
HSL color Cylindrical-coordinate representation of color #414907: hue angle of 67.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #414907 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 7 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.71 |
| HSL | 67.27º | 0.83% | 0.16% | - |
| HSV(B) | 67.27º | 0.9% | 0.29% | - |
| XYZ | 4.6 | 5.9 | 1.1 | - |
| YUV | 63.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 7 | 0.11 | 0 | 0.90 | 0.71 | 67.27 | 0.83 | 0.16 |
| Hex | 41 | 49 | 7 | B | 0 | 5A | 47 | 43 | 52 | 10 |
| Octal | 101 | 111 | 7 | 13 | 0 | 132 | 107 | 103 | 122 | 20 |
| Binary | 1000001 | 1001001 | 111 | 1011 | 0 | 1011010 | 1000111 | 1000011 | 1010010 | 10000 |
Color Harmonies of #414907
Complementary color
Monochromatic Colors of #414907
Black with #414907
Text Example
Text Example
White with #414907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414907; }
p { color: rgb(65,73,7); }
H1.HeaderClassName
{
color: #414907;
}
.AnyTagClassName
{
color: #414907;
}
</style>
background-color css
<style>
a { background-color: #414907; }
a { background-color: rgb(65,73,7); }
div.DivClassName
{
background-color: #414907;
}
.BgClassName
{
background-color: #414907;
}
</style>
border-color css
<style>
span { border-color: #414907; }
span { border-color: rgb(65,73,7); }
td.TdClassName
{
border-color: #414907;
}
.TagClassName
{
border-color: #414907;
}
</style>