Shades of Verdun Green #456111
Tints of Verdun Green #456111
RGB
CMYK
RGB Variations
Color information
#456111 (or 0x456111) is known color: Verdun Green. HEX triplet: 45, 61 and 11. RGB value is (69,97,17). Sum of RGB (Red+Green+Blue) = 69+97+17=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #456111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456111 is #BA9EEE. Grayscale: #4F4F4F. Windows color (decimal): -12230383 or 1139013. OLE color: 1139013.
HSL color Cylindrical-coordinate representation of color #456111: hue angle of 81º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #456111 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 17 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.62 |
| HSL | 81º | 0.7% | 0.22% | - |
| HSV(B) | 81º | 0.82% | 0.38% | - |
| XYZ | 6.83 | 9.86 | 2.07 | - |
| YUV | 79.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 17 | 0.29 | 0 | 0.82 | 0.62 | 81 | 0.7 | 0.22 |
| Hex | 45 | 61 | 11 | 1D | 0 | 52 | 3E | 51 | 46 | 16 |
| Octal | 105 | 141 | 21 | 35 | 0 | 122 | 76 | 121 | 106 | 26 |
| Binary | 1000101 | 1100001 | 10001 | 11101 | 0 | 1010010 | 111110 | 1010001 | 1000110 | 10110 |
Color Harmonies of #456111
Complementary color
Monochromatic Colors of #456111
Black with #456111
Text Example
Text Example
White with #456111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456111; }
p { color: rgb(69,97,17); }
H1.HeaderClassName
{
color: #456111;
}
.AnyTagClassName
{
color: #456111;
}
</style>
background-color css
<style>
a { background-color: #456111; }
a { background-color: rgb(69,97,17); }
div.DivClassName
{
background-color: #456111;
}
.BgClassName
{
background-color: #456111;
}
</style>
border-color css
<style>
span { border-color: #456111; }
span { border-color: rgb(69,97,17); }
td.TdClassName
{
border-color: #456111;
}
.TagClassName
{
border-color: #456111;
}
</style>