Shades of Verdun Green #454D01
Tints of Verdun Green #454D01
RGB
CMYK
RGB Variations
Color information
#454D01 (or 0x454D01) is known color: Verdun Green. HEX triplet: 45, 4D and 01. RGB value is (69,77,1). Sum of RGB (Red+Green+Blue) = 69+77+1=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #454D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D01 is #BAB2FE. Grayscale: #424242. Windows color (decimal): -12235519 or 85317. OLE color: 85317.
HSL color Cylindrical-coordinate representation of color #454D01: hue angle of 66.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454D01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.70 |
| HSL | 66.32º | 0.97% | 0.15% | - |
| HSV(B) | 66.32º | 0.99% | 0.3% | - |
| XYZ | 5.11 | 6.58 | 1.03 | - |
| YUV | 65.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 1 | 0.10 | 0 | 0.99 | 0.70 | 66.32 | 0.97 | 0.15 |
| Hex | 45 | 4D | 1 | A | 0 | 63 | 46 | 42 | 61 | F |
| Octal | 105 | 115 | 1 | 12 | 0 | 143 | 106 | 102 | 141 | 17 |
| Binary | 1000101 | 1001101 | 1 | 1010 | 0 | 1100011 | 1000110 | 1000010 | 1100001 | 1111 |
Color Harmonies of #454D01
Complementary color
Monochromatic Colors of #454D01
Black with #454D01
Text Example
Text Example
White with #454D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D01; }
p { color: rgb(69,77,1); }
H1.HeaderClassName
{
color: #454D01;
}
.AnyTagClassName
{
color: #454D01;
}
</style>
background-color css
<style>
a { background-color: #454D01; }
a { background-color: rgb(69,77,1); }
div.DivClassName
{
background-color: #454D01;
}
.BgClassName
{
background-color: #454D01;
}
</style>
border-color css
<style>
span { border-color: #454D01; }
span { border-color: rgb(69,77,1); }
td.TdClassName
{
border-color: #454D01;
}
.TagClassName
{
border-color: #454D01;
}
</style>