Shades of Verdun Green #456015
Tints of Verdun Green #456015
RGB
CMYK
RGB Variations
Color information
#456015 (or 0x456015) is known color: Verdun Green. HEX triplet: 45, 60 and 15. RGB value is (69,96,21). Sum of RGB (Red+Green+Blue) = 69+96+21=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #456015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456015 is #BA9FEA. Grayscale: #4F4F4F. Windows color (decimal): -12230635 or 1400901. OLE color: 1400901.
HSL color Cylindrical-coordinate representation of color #456015: hue angle of 81.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #456015 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 21 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.62 |
| HSL | 81.6º | 0.64% | 0.23% | - |
| HSV(B) | 81.6º | 0.78% | 0.38% | - |
| XYZ | 6.77 | 9.69 | 2.22 | - |
| YUV | 79.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 21 | 0.28 | 0 | 0.78 | 0.62 | 81.6 | 0.64 | 0.23 |
| Hex | 45 | 60 | 15 | 1C | 0 | 4E | 3E | 52 | 40 | 17 |
| Octal | 105 | 140 | 25 | 34 | 0 | 116 | 76 | 122 | 100 | 27 |
| Binary | 1000101 | 1100000 | 10101 | 11100 | 0 | 1001110 | 111110 | 1010010 | 1000000 | 10111 |
Color Harmonies of #456015
Complementary color
Monochromatic Colors of #456015
Black with #456015
Text Example
Text Example
White with #456015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456015; }
p { color: rgb(69,96,21); }
H1.HeaderClassName
{
color: #456015;
}
.AnyTagClassName
{
color: #456015;
}
</style>
background-color css
<style>
a { background-color: #456015; }
a { background-color: rgb(69,96,21); }
div.DivClassName
{
background-color: #456015;
}
.BgClassName
{
background-color: #456015;
}
</style>
border-color css
<style>
span { border-color: #456015; }
span { border-color: rgb(69,96,21); }
td.TdClassName
{
border-color: #456015;
}
.TagClassName
{
border-color: #456015;
}
</style>