Shades of Verdun Green #454E01
Tints of Verdun Green #454E01
RGB
CMYK
RGB Variations
Color information
#454E01 (or 0x454E01) is known color: Verdun Green. HEX triplet: 45, 4E and 01. RGB value is (69,78,1). Sum of RGB (Red+Green+Blue) = 69+78+1=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #454E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454E01 is #BAB1FE. Grayscale: #424242. Windows color (decimal): -12235263 or 85573. OLE color: 85573.
HSL color Cylindrical-coordinate representation of color #454E01: hue angle of 67.01º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454E01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 78 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.69 |
| HSL | 67.01º | 0.97% | 0.15% | - |
| HSV(B) | 67.01º | 0.99% | 0.31% | - |
| XYZ | 5.18 | 6.72 | 1.05 | - |
| YUV | 66.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 1 | 0.12 | 0 | 0.99 | 0.69 | 67.01 | 0.97 | 0.15 |
| Hex | 45 | 4E | 1 | C | 0 | 63 | 45 | 43 | 61 | F |
| Octal | 105 | 116 | 1 | 14 | 0 | 143 | 105 | 103 | 141 | 17 |
| Binary | 1000101 | 1001110 | 1 | 1100 | 0 | 1100011 | 1000101 | 1000011 | 1100001 | 1111 |
Color Harmonies of #454E01
Complementary color
Monochromatic Colors of #454E01
Black with #454E01
Text Example
Text Example
White with #454E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E01; }
p { color: rgb(69,78,1); }
H1.HeaderClassName
{
color: #454E01;
}
.AnyTagClassName
{
color: #454E01;
}
</style>
background-color css
<style>
a { background-color: #454E01; }
a { background-color: rgb(69,78,1); }
div.DivClassName
{
background-color: #454E01;
}
.BgClassName
{
background-color: #454E01;
}
</style>
border-color css
<style>
span { border-color: #454E01; }
span { border-color: rgb(69,78,1); }
td.TdClassName
{
border-color: #454E01;
}
.TagClassName
{
border-color: #454E01;
}
</style>