Shades of Verdun Green #454511
Tints of Verdun Green #454511
RGB
CMYK
RGB Variations
Color information
#454511 (or 0x454511) is known color: Verdun Green. HEX triplet: 45, 45 and 11. RGB value is (69,69,17). Sum of RGB (Red+Green+Blue) = 69+69+17=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454511 is #BABAEE. Grayscale: #3F3F3F. Windows color (decimal): -12237551 or 1131845. OLE color: 1131845.
HSL color Cylindrical-coordinate representation of color #454511: hue angle of 60º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #454511 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 17 | - |
| CMYK | 0 | 0 | 0.75 | 0.73 |
| HSL | 60º | 0.6% | 0.17% | - |
| HSV(B) | 60º | 0.75% | 0.27% | - |
| XYZ | 4.68 | 5.56 | 1.36 | - |
| YUV | 63.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 17 | 0 | 0 | 0.75 | 0.73 | 60 | 0.6 | 0.17 |
| Hex | 45 | 45 | 11 | 0 | 0 | 4B | 49 | 3C | 3C | 11 |
| Octal | 105 | 105 | 21 | 0 | 0 | 113 | 111 | 74 | 74 | 21 |
| Binary | 1000101 | 1000101 | 10001 | 0 | 0 | 1001011 | 1001001 | 111100 | 111100 | 10001 |
Color Harmonies of #454511
Complementary color
Monochromatic Colors of #454511
Black with #454511
Text Example
Text Example
White with #454511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454511; }
p { color: rgb(69,69,17); }
H1.HeaderClassName
{
color: #454511;
}
.AnyTagClassName
{
color: #454511;
}
</style>
background-color css
<style>
a { background-color: #454511; }
a { background-color: rgb(69,69,17); }
div.DivClassName
{
background-color: #454511;
}
.BgClassName
{
background-color: #454511;
}
</style>
border-color css
<style>
span { border-color: #454511; }
span { border-color: rgb(69,69,17); }
td.TdClassName
{
border-color: #454511;
}
.TagClassName
{
border-color: #454511;
}
</style>