Shades of Verdun Green #454514
Tints of Verdun Green #454514
RGB
CMYK
RGB Variations
Color information
#454514 (or 0x454514) is known color: Verdun Green. HEX triplet: 45, 45 and 14. RGB value is (69,69,20). Sum of RGB (Red+Green+Blue) = 69+69+20=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454514 is #BABAEB. Grayscale: #3F3F3F. Windows color (decimal): -12237548 or 1328453. OLE color: 1328453.
HSL color Cylindrical-coordinate representation of color #454514: hue angle of 60º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454514 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 20 | - |
| CMYK | 0 | 0 | 0.71 | 0.73 |
| HSL | 60º | 0.55% | 0.17% | - |
| HSV(B) | 60º | 0.71% | 0.27% | - |
| XYZ | 4.71 | 5.57 | 1.49 | - |
| YUV | 63.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 20 | 0 | 0 | 0.71 | 0.73 | 60 | 0.55 | 0.17 |
| Hex | 45 | 45 | 14 | 0 | 0 | 47 | 49 | 3C | 37 | 11 |
| Octal | 105 | 105 | 24 | 0 | 0 | 107 | 111 | 74 | 67 | 21 |
| Binary | 1000101 | 1000101 | 10100 | 0 | 0 | 1000111 | 1001001 | 111100 | 110111 | 10001 |
Color Harmonies of #454514
Complementary color
Monochromatic Colors of #454514
Black with #454514
Text Example
Text Example
White with #454514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454514; }
p { color: rgb(69,69,20); }
H1.HeaderClassName
{
color: #454514;
}
.AnyTagClassName
{
color: #454514;
}
</style>
background-color css
<style>
a { background-color: #454514; }
a { background-color: rgb(69,69,20); }
div.DivClassName
{
background-color: #454514;
}
.BgClassName
{
background-color: #454514;
}
</style>
border-color css
<style>
span { border-color: #454514; }
span { border-color: rgb(69,69,20); }
td.TdClassName
{
border-color: #454514;
}
.TagClassName
{
border-color: #454514;
}
</style>