Shades of Verdun Green #456910
Tints of Verdun Green #456910
RGB
CMYK
RGB Variations
Color information
#456910 (or 0x456910) is known color: Verdun Green. HEX triplet: 45, 69 and 10. RGB value is (69,105,16). Sum of RGB (Red+Green+Blue) = 69+105+16=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #456910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456910 is #BA96EF. Grayscale: #545454. Windows color (decimal): -12228336 or 1075525. OLE color: 1075525.
HSL color Cylindrical-coordinate representation of color #456910: hue angle of 84.27º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #456910 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 16 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.59 |
| HSL | 84.27º | 0.74% | 0.24% | - |
| HSV(B) | 84.27º | 0.85% | 0.41% | - |
| XYZ | 7.6 | 11.41 | 2.29 | - |
| YUV | 84.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 16 | 0.34 | 0 | 0.85 | 0.59 | 84.27 | 0.74 | 0.24 |
| Hex | 45 | 69 | 10 | 22 | 0 | 55 | 3B | 54 | 4A | 18 |
| Octal | 105 | 151 | 20 | 42 | 0 | 125 | 73 | 124 | 112 | 30 |
| Binary | 1000101 | 1101001 | 10000 | 100010 | 0 | 1010101 | 111011 | 1010100 | 1001010 | 11000 |
Color Harmonies of #456910
Complementary color
Monochromatic Colors of #456910
Black with #456910
Text Example
Text Example
White with #456910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456910; }
p { color: rgb(69,105,16); }
H1.HeaderClassName
{
color: #456910;
}
.AnyTagClassName
{
color: #456910;
}
</style>
background-color css
<style>
a { background-color: #456910; }
a { background-color: rgb(69,105,16); }
div.DivClassName
{
background-color: #456910;
}
.BgClassName
{
background-color: #456910;
}
</style>
border-color css
<style>
span { border-color: #456910; }
span { border-color: rgb(69,105,16); }
td.TdClassName
{
border-color: #456910;
}
.TagClassName
{
border-color: #456910;
}
</style>