Shades of Verdun Green #456117
Tints of Verdun Green #456117
RGB
CMYK
RGB Variations
Color information
#456117 (or 0x456117) is known color: Verdun Green. HEX triplet: 45, 61 and 17. RGB value is (69,97,23). Sum of RGB (Red+Green+Blue) = 69+97+23=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #456117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456117 is #BA9EE8. Grayscale: #505050. Windows color (decimal): -12230377 or 1532229. OLE color: 1532229.
HSL color Cylindrical-coordinate representation of color #456117: hue angle of 82.7º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #456117 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 23 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.62 |
| HSL | 82.7º | 0.62% | 0.24% | - |
| HSV(B) | 82.7º | 0.76% | 0.38% | - |
| XYZ | 6.88 | 9.88 | 2.35 | - |
| YUV | 80.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 23 | 0.29 | 0 | 0.76 | 0.62 | 82.7 | 0.62 | 0.24 |
| Hex | 45 | 61 | 17 | 1D | 0 | 4C | 3E | 53 | 3E | 18 |
| Octal | 105 | 141 | 27 | 35 | 0 | 114 | 76 | 123 | 76 | 30 |
| Binary | 1000101 | 1100001 | 10111 | 11101 | 0 | 1001100 | 111110 | 1010011 | 111110 | 11000 |
Color Harmonies of #456117
Complementary color
Monochromatic Colors of #456117
Black with #456117
Text Example
Text Example
White with #456117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456117; }
p { color: rgb(69,97,23); }
H1.HeaderClassName
{
color: #456117;
}
.AnyTagClassName
{
color: #456117;
}
</style>
background-color css
<style>
a { background-color: #456117; }
a { background-color: rgb(69,97,23); }
div.DivClassName
{
background-color: #456117;
}
.BgClassName
{
background-color: #456117;
}
</style>
border-color css
<style>
span { border-color: #456117; }
span { border-color: rgb(69,97,23); }
td.TdClassName
{
border-color: #456117;
}
.TagClassName
{
border-color: #456117;
}
</style>