Shades of Verdun Green #456901
Tints of Verdun Green #456901
RGB
CMYK
RGB Variations
Color information
#456901 (or 0x456901) is known color: Verdun Green. HEX triplet: 45, 69 and 01. RGB value is (69,105,1). Sum of RGB (Red+Green+Blue) = 69+105+1=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #456901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456901 is #BA96FE. Grayscale: #525252. Windows color (decimal): -12228351 or 92485. OLE color: 92485.
HSL color Cylindrical-coordinate representation of color #456901: hue angle of 80.77º 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 #456901 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.59 |
| HSL | 80.77º | 0.98% | 0.21% | - |
| HSV(B) | 80.77º | 0.99% | 0.41% | - |
| XYZ | 7.51 | 11.37 | 1.83 | - |
| YUV | 82.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 1 | 0.34 | 0 | 0.99 | 0.59 | 80.77 | 0.98 | 0.21 |
| Hex | 45 | 69 | 1 | 22 | 0 | 63 | 3B | 51 | 62 | 15 |
| Octal | 105 | 151 | 1 | 42 | 0 | 143 | 73 | 121 | 142 | 25 |
| Binary | 1000101 | 1101001 | 1 | 100010 | 0 | 1100011 | 111011 | 1010001 | 1100010 | 10101 |
Color Harmonies of #456901
Complementary color
Monochromatic Colors of #456901
Black with #456901
Text Example
Text Example
White with #456901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456901; }
p { color: rgb(69,105,1); }
H1.HeaderClassName
{
color: #456901;
}
.AnyTagClassName
{
color: #456901;
}
</style>
background-color css
<style>
a { background-color: #456901; }
a { background-color: rgb(69,105,1); }
div.DivClassName
{
background-color: #456901;
}
.BgClassName
{
background-color: #456901;
}
</style>
border-color css
<style>
span { border-color: #456901; }
span { border-color: rgb(69,105,1); }
td.TdClassName
{
border-color: #456901;
}
.TagClassName
{
border-color: #456901;
}
</style>