Shades of Verdun Green #456019
Tints of Verdun Green #456019
RGB
CMYK
RGB Variations
Color information
#456019 (or 0x456019) is known color: Verdun Green. HEX triplet: 45, 60 and 19. RGB value is (69,96,25). Sum of RGB (Red+Green+Blue) = 69+96+25=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #456019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456019 is #BA9FE6. Grayscale: #505050. Windows color (decimal): -12230631 or 1663045. OLE color: 1663045.
HSL color Cylindrical-coordinate representation of color #456019: hue angle of 82.82º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #456019 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 25 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.62 |
| HSL | 82.82º | 0.59% | 0.24% | - |
| HSV(B) | 82.82º | 0.74% | 0.38% | - |
| XYZ | 6.81 | 9.7 | 2.43 | - |
| YUV | 79.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 25 | 0.28 | 0 | 0.74 | 0.62 | 82.82 | 0.59 | 0.24 |
| Hex | 45 | 60 | 19 | 1C | 0 | 4A | 3E | 53 | 3B | 18 |
| Octal | 105 | 140 | 31 | 34 | 0 | 112 | 76 | 123 | 73 | 30 |
| Binary | 1000101 | 1100000 | 11001 | 11100 | 0 | 1001010 | 111110 | 1010011 | 111011 | 11000 |
Color Harmonies of #456019
Complementary color
Monochromatic Colors of #456019
Black with #456019
Text Example
Text Example
White with #456019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456019; }
p { color: rgb(69,96,25); }
H1.HeaderClassName
{
color: #456019;
}
.AnyTagClassName
{
color: #456019;
}
</style>
background-color css
<style>
a { background-color: #456019; }
a { background-color: rgb(69,96,25); }
div.DivClassName
{
background-color: #456019;
}
.BgClassName
{
background-color: #456019;
}
</style>
border-color css
<style>
span { border-color: #456019; }
span { border-color: rgb(69,96,25); }
td.TdClassName
{
border-color: #456019;
}
.TagClassName
{
border-color: #456019;
}
</style>