Shades of Verdun Green #456911
Tints of Verdun Green #456911
RGB
CMYK
RGB Variations
Color information
#456911 (or 0x456911) is known color: Verdun Green. HEX triplet: 45, 69 and 11. RGB value is (69,105,17). Sum of RGB (Red+Green+Blue) = 69+105+17=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #456911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456911 is #BA96EE. Grayscale: #545454. Windows color (decimal): -12228335 or 1141061. OLE color: 1141061.
HSL color Cylindrical-coordinate representation of color #456911: hue angle of 84.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #456911 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 17 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.59 |
| HSL | 84.55º | 0.72% | 0.24% | - |
| HSV(B) | 84.55º | 0.84% | 0.41% | - |
| XYZ | 7.61 | 11.41 | 2.33 | - |
| YUV | 84.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 17 | 0.34 | 0 | 0.84 | 0.59 | 84.55 | 0.72 | 0.24 |
| Hex | 45 | 69 | 11 | 22 | 0 | 54 | 3B | 55 | 48 | 18 |
| Octal | 105 | 151 | 21 | 42 | 0 | 124 | 73 | 125 | 110 | 30 |
| Binary | 1000101 | 1101001 | 10001 | 100010 | 0 | 1010100 | 111011 | 1010101 | 1001000 | 11000 |
Color Harmonies of #456911
Complementary color
Monochromatic Colors of #456911
Black with #456911
Text Example
Text Example
White with #456911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456911; }
p { color: rgb(69,105,17); }
H1.HeaderClassName
{
color: #456911;
}
.AnyTagClassName
{
color: #456911;
}
</style>
background-color css
<style>
a { background-color: #456911; }
a { background-color: rgb(69,105,17); }
div.DivClassName
{
background-color: #456911;
}
.BgClassName
{
background-color: #456911;
}
</style>
border-color css
<style>
span { border-color: #456911; }
span { border-color: rgb(69,105,17); }
td.TdClassName
{
border-color: #456911;
}
.TagClassName
{
border-color: #456911;
}
</style>