Shades of Verdun Green #454811
Tints of Verdun Green #454811
RGB
CMYK
RGB Variations
Color information
#454811 (or 0x454811) is known color: Verdun Green. HEX triplet: 45, 48 and 11. RGB value is (69,72,17). Sum of RGB (Red+Green+Blue) = 69+72+17=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #454811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454811 is #BAB7EE. Grayscale: #414141. Windows color (decimal): -12236783 or 1132613. OLE color: 1132613.
HSL color Cylindrical-coordinate representation of color #454811: hue angle of 63.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #454811 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 17 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.72 |
| HSL | 63.27º | 0.62% | 0.17% | - |
| HSV(B) | 63.27º | 0.76% | 0.28% | - |
| XYZ | 4.87 | 5.94 | 1.42 | - |
| YUV | 64.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 17 | 0.04 | 0 | 0.76 | 0.72 | 63.27 | 0.62 | 0.17 |
| Hex | 45 | 48 | 11 | 4 | 0 | 4C | 48 | 3F | 3E | 11 |
| Octal | 105 | 110 | 21 | 4 | 0 | 114 | 110 | 77 | 76 | 21 |
| Binary | 1000101 | 1001000 | 10001 | 100 | 0 | 1001100 | 1001000 | 111111 | 111110 | 10001 |
Color Harmonies of #454811
Complementary color
Monochromatic Colors of #454811
Black with #454811
Text Example
Text Example
White with #454811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454811; }
p { color: rgb(69,72,17); }
H1.HeaderClassName
{
color: #454811;
}
.AnyTagClassName
{
color: #454811;
}
</style>
background-color css
<style>
a { background-color: #454811; }
a { background-color: rgb(69,72,17); }
div.DivClassName
{
background-color: #454811;
}
.BgClassName
{
background-color: #454811;
}
</style>
border-color css
<style>
span { border-color: #454811; }
span { border-color: rgb(69,72,17); }
td.TdClassName
{
border-color: #454811;
}
.TagClassName
{
border-color: #454811;
}
</style>