Shades of Verdun Green #456501
Tints of Verdun Green #456501
RGB
CMYK
RGB Variations
Color information
#456501 (or 0x456501) is known color: Verdun Green. HEX triplet: 45, 65 and 01. RGB value is (69,101,1). Sum of RGB (Red+Green+Blue) = 69+101+1=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #456501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456501 is #BA9AFE. Grayscale: #505050. Windows color (decimal): -12229375 or 91461. OLE color: 91461.
HSL color Cylindrical-coordinate representation of color #456501: hue angle of 79.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #456501 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.60 |
| HSL | 79.2º | 0.98% | 0.2% | - |
| HSV(B) | 79.2º | 0.99% | 0.4% | - |
| XYZ | 7.11 | 10.57 | 1.69 | - |
| YUV | 80.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 1 | 0.32 | 0 | 0.99 | 0.60 | 79.2 | 0.98 | 0.2 |
| Hex | 45 | 65 | 1 | 20 | 0 | 63 | 3C | 4F | 62 | 14 |
| Octal | 105 | 145 | 1 | 40 | 0 | 143 | 74 | 117 | 142 | 24 |
| Binary | 1000101 | 1100101 | 1 | 100000 | 0 | 1100011 | 111100 | 1001111 | 1100010 | 10100 |
Color Harmonies of #456501
Complementary color
Monochromatic Colors of #456501
Black with #456501
Text Example
Text Example
White with #456501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456501; }
p { color: rgb(69,101,1); }
H1.HeaderClassName
{
color: #456501;
}
.AnyTagClassName
{
color: #456501;
}
</style>
background-color css
<style>
a { background-color: #456501; }
a { background-color: rgb(69,101,1); }
div.DivClassName
{
background-color: #456501;
}
.BgClassName
{
background-color: #456501;
}
</style>
border-color css
<style>
span { border-color: #456501; }
span { border-color: rgb(69,101,1); }
td.TdClassName
{
border-color: #456501;
}
.TagClassName
{
border-color: #456501;
}
</style>