Shades of Verdun Green #454712
Tints of Verdun Green #454712
RGB
CMYK
RGB Variations
Color information
#454712 (or 0x454712) is known color: Verdun Green. HEX triplet: 45, 47 and 12. RGB value is (69,71,18). Sum of RGB (Red+Green+Blue) = 69+71+18=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #454712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454712 is #BAB8ED. Grayscale: #404040. Windows color (decimal): -12237038 or 1197893. OLE color: 1197893.
HSL color Cylindrical-coordinate representation of color #454712: hue angle of 62.26º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #454712 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 18 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.72 |
| HSL | 62.26º | 0.6% | 0.17% | - |
| HSV(B) | 62.26º | 0.75% | 0.28% | - |
| XYZ | 4.82 | 5.82 | 1.44 | - |
| YUV | 64.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 18 | 0.03 | 0 | 0.75 | 0.72 | 62.26 | 0.6 | 0.17 |
| Hex | 45 | 47 | 12 | 3 | 0 | 4B | 48 | 3E | 3C | 11 |
| Octal | 105 | 107 | 22 | 3 | 0 | 113 | 110 | 76 | 74 | 21 |
| Binary | 1000101 | 1000111 | 10010 | 11 | 0 | 1001011 | 1001000 | 111110 | 111100 | 10001 |
Color Harmonies of #454712
Complementary color
Monochromatic Colors of #454712
Black with #454712
Text Example
Text Example
White with #454712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454712; }
p { color: rgb(69,71,18); }
H1.HeaderClassName
{
color: #454712;
}
.AnyTagClassName
{
color: #454712;
}
</style>
background-color css
<style>
a { background-color: #454712; }
a { background-color: rgb(69,71,18); }
div.DivClassName
{
background-color: #454712;
}
.BgClassName
{
background-color: #454712;
}
</style>
border-color css
<style>
span { border-color: #454712; }
span { border-color: rgb(69,71,18); }
td.TdClassName
{
border-color: #454712;
}
.TagClassName
{
border-color: #454712;
}
</style>