Shades of Verdun Green #454512
Tints of Verdun Green #454512
RGB
CMYK
RGB Variations
Color information
#454512 (or 0x454512) is known color: Verdun Green. HEX triplet: 45, 45 and 12. RGB value is (69,69,18). Sum of RGB (Red+Green+Blue) = 69+69+18=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454512 is #BABAED. Grayscale: #3F3F3F. Windows color (decimal): -12237550 or 1197381. OLE color: 1197381.
HSL color Cylindrical-coordinate representation of color #454512: hue angle of 60º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #454512 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 18 | - |
| CMYK | 0 | 0 | 0.74 | 0.73 |
| HSL | 60º | 0.59% | 0.17% | - |
| HSV(B) | 60º | 0.74% | 0.27% | - |
| XYZ | 4.69 | 5.57 | 1.4 | - |
| YUV | 63.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 18 | 0 | 0 | 0.74 | 0.73 | 60 | 0.59 | 0.17 |
| Hex | 45 | 45 | 12 | 0 | 0 | 4A | 49 | 3C | 3B | 11 |
| Octal | 105 | 105 | 22 | 0 | 0 | 112 | 111 | 74 | 73 | 21 |
| Binary | 1000101 | 1000101 | 10010 | 0 | 0 | 1001010 | 1001001 | 111100 | 111011 | 10001 |
Color Harmonies of #454512
Complementary color
Monochromatic Colors of #454512
Black with #454512
Text Example
Text Example
White with #454512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454512; }
p { color: rgb(69,69,18); }
H1.HeaderClassName
{
color: #454512;
}
.AnyTagClassName
{
color: #454512;
}
</style>
background-color css
<style>
a { background-color: #454512; }
a { background-color: rgb(69,69,18); }
div.DivClassName
{
background-color: #454512;
}
.BgClassName
{
background-color: #454512;
}
</style>
border-color css
<style>
span { border-color: #454512; }
span { border-color: rgb(69,69,18); }
td.TdClassName
{
border-color: #454512;
}
.TagClassName
{
border-color: #454512;
}
</style>