Shades of Verdun Green #456017
Tints of Verdun Green #456017
RGB
CMYK
RGB Variations
Color information
#456017 (or 0x456017) is known color: Verdun Green. HEX triplet: 45, 60 and 17. RGB value is (69,96,23). Sum of RGB (Red+Green+Blue) = 69+96+23=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #456017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456017 is #BA9FE8. Grayscale: #4F4F4F. Windows color (decimal): -12230633 or 1531973. OLE color: 1531973.
HSL color Cylindrical-coordinate representation of color #456017: hue angle of 82.19º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #456017 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 23 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.62 |
| HSL | 82.19º | 0.61% | 0.23% | - |
| HSV(B) | 82.19º | 0.76% | 0.38% | - |
| XYZ | 6.79 | 9.69 | 2.32 | - |
| YUV | 79.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 23 | 0.28 | 0 | 0.76 | 0.62 | 82.19 | 0.61 | 0.23 |
| Hex | 45 | 60 | 17 | 1C | 0 | 4C | 3E | 52 | 3D | 17 |
| Octal | 105 | 140 | 27 | 34 | 0 | 114 | 76 | 122 | 75 | 27 |
| Binary | 1000101 | 1100000 | 10111 | 11100 | 0 | 1001100 | 111110 | 1010010 | 111101 | 10111 |
Color Harmonies of #456017
Complementary color
Monochromatic Colors of #456017
Black with #456017
Text Example
Text Example
White with #456017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456017; }
p { color: rgb(69,96,23); }
H1.HeaderClassName
{
color: #456017;
}
.AnyTagClassName
{
color: #456017;
}
</style>
background-color css
<style>
a { background-color: #456017; }
a { background-color: rgb(69,96,23); }
div.DivClassName
{
background-color: #456017;
}
.BgClassName
{
background-color: #456017;
}
</style>
border-color css
<style>
span { border-color: #456017; }
span { border-color: rgb(69,96,23); }
td.TdClassName
{
border-color: #456017;
}
.TagClassName
{
border-color: #456017;
}
</style>