Shades of Verdun Green #456612
Tints of Verdun Green #456612
RGB
CMYK
RGB Variations
Color information
#456612 (or 0x456612) is known color: Verdun Green. HEX triplet: 45, 66 and 12. RGB value is (69,102,18). Sum of RGB (Red+Green+Blue) = 69+102+18=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #456612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456612 is #BA99ED. Grayscale: #525252. Windows color (decimal): -12229102 or 1205829. OLE color: 1205829.
HSL color Cylindrical-coordinate representation of color #456612: hue angle of 83.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #456612 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 18 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.6 |
| HSL | 83.57º | 0.7% | 0.24% | - |
| HSV(B) | 83.57º | 0.82% | 0.4% | - |
| XYZ | 7.31 | 10.81 | 2.27 | - |
| YUV | 82.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 18 | 0.32 | 0 | 0.82 | 0.6 | 83.57 | 0.7 | 0.24 |
| Hex | 45 | 66 | 12 | 20 | 0 | 52 | 3C | 54 | 46 | 18 |
| Octal | 105 | 146 | 22 | 40 | 0 | 122 | 74 | 124 | 106 | 30 |
| Binary | 1000101 | 1100110 | 10010 | 100000 | 0 | 1010010 | 111100 | 1010100 | 1000110 | 11000 |
Color Harmonies of #456612
Complementary color
Monochromatic Colors of #456612
Black with #456612
Text Example
Text Example
White with #456612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456612; }
p { color: rgb(69,102,18); }
H1.HeaderClassName
{
color: #456612;
}
.AnyTagClassName
{
color: #456612;
}
</style>
background-color css
<style>
a { background-color: #456612; }
a { background-color: rgb(69,102,18); }
div.DivClassName
{
background-color: #456612;
}
.BgClassName
{
background-color: #456612;
}
</style>
border-color css
<style>
span { border-color: #456612; }
span { border-color: rgb(69,102,18); }
td.TdClassName
{
border-color: #456612;
}
.TagClassName
{
border-color: #456612;
}
</style>