Shades of Verdun Green #456319
Tints of Verdun Green #456319
RGB
CMYK
RGB Variations
Color information
#456319 (or 0x456319) is known color: Verdun Green. HEX triplet: 45, 63 and 19. RGB value is (69,99,25). Sum of RGB (Red+Green+Blue) = 69+99+25=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #456319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456319 is #BA9CE6. Grayscale: #515151. Windows color (decimal): -12229863 or 1663813. OLE color: 1663813.
HSL color Cylindrical-coordinate representation of color #456319: hue angle of 84.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #456319 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 25 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.61 |
| HSL | 84.32º | 0.6% | 0.24% | - |
| HSV(B) | 84.32º | 0.75% | 0.39% | - |
| XYZ | 7.09 | 10.26 | 2.53 | - |
| YUV | 81.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 25 | 0.30 | 0 | 0.75 | 0.61 | 84.32 | 0.6 | 0.24 |
| Hex | 45 | 63 | 19 | 1E | 0 | 4B | 3D | 54 | 3C | 18 |
| Octal | 105 | 143 | 31 | 36 | 0 | 113 | 75 | 124 | 74 | 30 |
| Binary | 1000101 | 1100011 | 11001 | 11110 | 0 | 1001011 | 111101 | 1010100 | 111100 | 11000 |
Color Harmonies of #456319
Complementary color
Monochromatic Colors of #456319
Black with #456319
Text Example
Text Example
White with #456319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456319; }
p { color: rgb(69,99,25); }
H1.HeaderClassName
{
color: #456319;
}
.AnyTagClassName
{
color: #456319;
}
</style>
background-color css
<style>
a { background-color: #456319; }
a { background-color: rgb(69,99,25); }
div.DivClassName
{
background-color: #456319;
}
.BgClassName
{
background-color: #456319;
}
</style>
border-color css
<style>
span { border-color: #456319; }
span { border-color: rgb(69,99,25); }
td.TdClassName
{
border-color: #456319;
}
.TagClassName
{
border-color: #456319;
}
</style>