Shades of Verdun Green #456801
Tints of Verdun Green #456801
RGB
CMYK
RGB Variations
Color information
#456801 (or 0x456801) is known color: Verdun Green. HEX triplet: 45, 68 and 01. RGB value is (69,104,1). Sum of RGB (Red+Green+Blue) = 69+104+1=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #456801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456801 is #BA97FE. Grayscale: #525252. Windows color (decimal): -12228607 or 92229. OLE color: 92229.
HSL color Cylindrical-coordinate representation of color #456801: hue angle of 80.39º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #456801 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.59 |
| HSL | 80.39º | 0.98% | 0.21% | - |
| HSV(B) | 80.39º | 0.99% | 0.41% | - |
| XYZ | 7.41 | 11.17 | 1.79 | - |
| YUV | 81.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 1 | 0.34 | 0 | 0.99 | 0.59 | 80.39 | 0.98 | 0.21 |
| Hex | 45 | 68 | 1 | 22 | 0 | 63 | 3B | 50 | 62 | 15 |
| Octal | 105 | 150 | 1 | 42 | 0 | 143 | 73 | 120 | 142 | 25 |
| Binary | 1000101 | 1101000 | 1 | 100010 | 0 | 1100011 | 111011 | 1010000 | 1100010 | 10101 |
Color Harmonies of #456801
Complementary color
Monochromatic Colors of #456801
Black with #456801
Text Example
Text Example
White with #456801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456801; }
p { color: rgb(69,104,1); }
H1.HeaderClassName
{
color: #456801;
}
.AnyTagClassName
{
color: #456801;
}
</style>
background-color css
<style>
a { background-color: #456801; }
a { background-color: rgb(69,104,1); }
div.DivClassName
{
background-color: #456801;
}
.BgClassName
{
background-color: #456801;
}
</style>
border-color css
<style>
span { border-color: #456801; }
span { border-color: rgb(69,104,1); }
td.TdClassName
{
border-color: #456801;
}
.TagClassName
{
border-color: #456801;
}
</style>