Shades of Verdun Green #456310
Tints of Verdun Green #456310
RGB
CMYK
RGB Variations
Color information
#456310 (or 0x456310) is known color: Verdun Green. HEX triplet: 45, 63 and 10. RGB value is (69,99,16). Sum of RGB (Red+Green+Blue) = 69+99+16=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #456310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456310 is #BA9CEF. Grayscale: #505050. Windows color (decimal): -12229872 or 1073989. OLE color: 1073989.
HSL color Cylindrical-coordinate representation of color #456310: hue angle of 81.69º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #456310 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 16 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.61 |
| HSL | 81.69º | 0.72% | 0.23% | - |
| HSV(B) | 81.69º | 0.84% | 0.39% | - |
| XYZ | 7.01 | 10.23 | 2.09 | - |
| YUV | 80.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 16 | 0.30 | 0 | 0.84 | 0.61 | 81.69 | 0.72 | 0.23 |
| Hex | 45 | 63 | 10 | 1E | 0 | 54 | 3D | 52 | 48 | 17 |
| Octal | 105 | 143 | 20 | 36 | 0 | 124 | 75 | 122 | 110 | 27 |
| Binary | 1000101 | 1100011 | 10000 | 11110 | 0 | 1010100 | 111101 | 1010010 | 1001000 | 10111 |
Color Harmonies of #456310
Complementary color
Monochromatic Colors of #456310
Black with #456310
Text Example
Text Example
White with #456310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456310; }
p { color: rgb(69,99,16); }
H1.HeaderClassName
{
color: #456310;
}
.AnyTagClassName
{
color: #456310;
}
</style>
background-color css
<style>
a { background-color: #456310; }
a { background-color: rgb(69,99,16); }
div.DivClassName
{
background-color: #456310;
}
.BgClassName
{
background-color: #456310;
}
</style>
border-color css
<style>
span { border-color: #456310; }
span { border-color: rgb(69,99,16); }
td.TdClassName
{
border-color: #456310;
}
.TagClassName
{
border-color: #456310;
}
</style>