Shades of Verdun Green #456802
Tints of Verdun Green #456802
RGB
CMYK
RGB Variations
Color information
#456802 (or 0x456802) is known color: Verdun Green. HEX triplet: 45, 68 and 02. RGB value is (69,104,2). Sum of RGB (Red+Green+Blue) = 69+104+2=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #456802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456802 is #BA97FD. Grayscale: #525252. Windows color (decimal): -12228606 or 157765. OLE color: 157765.
HSL color Cylindrical-coordinate representation of color #456802: hue angle of 80.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #456802 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 2 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.59 |
| HSL | 80.59º | 0.96% | 0.21% | - |
| HSV(B) | 80.59º | 0.98% | 0.41% | - |
| XYZ | 7.42 | 11.17 | 1.82 | - |
| YUV | 81.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 2 | 0.34 | 0 | 0.98 | 0.59 | 80.59 | 0.96 | 0.21 |
| Hex | 45 | 68 | 2 | 22 | 0 | 62 | 3B | 51 | 60 | 15 |
| Octal | 105 | 150 | 2 | 42 | 0 | 142 | 73 | 121 | 140 | 25 |
| Binary | 1000101 | 1101000 | 10 | 100010 | 0 | 1100010 | 111011 | 1010001 | 1100000 | 10101 |
Color Harmonies of #456802
Complementary color
Monochromatic Colors of #456802
Black with #456802
Text Example
Text Example
White with #456802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456802; }
p { color: rgb(69,104,2); }
H1.HeaderClassName
{
color: #456802;
}
.AnyTagClassName
{
color: #456802;
}
</style>
background-color css
<style>
a { background-color: #456802; }
a { background-color: rgb(69,104,2); }
div.DivClassName
{
background-color: #456802;
}
.BgClassName
{
background-color: #456802;
}
</style>
border-color css
<style>
span { border-color: #456802; }
span { border-color: rgb(69,104,2); }
td.TdClassName
{
border-color: #456802;
}
.TagClassName
{
border-color: #456802;
}
</style>