Shades of Verdun Green #456401
Tints of Verdun Green #456401
RGB
CMYK
RGB Variations
Color information
#456401 (or 0x456401) is known color: Verdun Green. HEX triplet: 45, 64 and 01. RGB value is (69,100,1). Sum of RGB (Red+Green+Blue) = 69+100+1=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #456401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456401 is #BA9BFE. Grayscale: #4F4F4F. Windows color (decimal): -12229631 or 91205. OLE color: 91205.
HSL color Cylindrical-coordinate representation of color #456401: hue angle of 78.79º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #456401 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 100 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.61 |
| HSL | 78.79º | 0.98% | 0.2% | - |
| HSV(B) | 78.79º | 0.99% | 0.39% | - |
| XYZ | 7.02 | 10.38 | 1.66 | - |
| YUV | 79.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 1 | 0.31 | 0 | 0.99 | 0.61 | 78.79 | 0.98 | 0.2 |
| Hex | 45 | 64 | 1 | 1F | 0 | 63 | 3D | 4F | 62 | 14 |
| Octal | 105 | 144 | 1 | 37 | 0 | 143 | 75 | 117 | 142 | 24 |
| Binary | 1000101 | 1100100 | 1 | 11111 | 0 | 1100011 | 111101 | 1001111 | 1100010 | 10100 |
Color Harmonies of #456401
Complementary color
Monochromatic Colors of #456401
Black with #456401
Text Example
Text Example
White with #456401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456401; }
p { color: rgb(69,100,1); }
H1.HeaderClassName
{
color: #456401;
}
.AnyTagClassName
{
color: #456401;
}
</style>
background-color css
<style>
a { background-color: #456401; }
a { background-color: rgb(69,100,1); }
div.DivClassName
{
background-color: #456401;
}
.BgClassName
{
background-color: #456401;
}
</style>
border-color css
<style>
span { border-color: #456401; }
span { border-color: rgb(69,100,1); }
td.TdClassName
{
border-color: #456401;
}
.TagClassName
{
border-color: #456401;
}
</style>