Shades of Verdun Green #454713
Tints of Verdun Green #454713
RGB
CMYK
RGB Variations
Color information
#454713 (or 0x454713) is known color: Verdun Green. HEX triplet: 45, 47 and 13. RGB value is (69,71,19). Sum of RGB (Red+Green+Blue) = 69+71+19=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #454713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454713 is #BAB8EC. Grayscale: #404040. Windows color (decimal): -12237037 or 1263429. OLE color: 1263429.
HSL color Cylindrical-coordinate representation of color #454713: hue angle of 62.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #454713 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 19 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.72 |
| HSL | 62.31º | 0.58% | 0.18% | - |
| HSV(B) | 62.31º | 0.73% | 0.28% | - |
| XYZ | 4.83 | 5.82 | 1.48 | - |
| YUV | 64.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 19 | 0.03 | 0 | 0.73 | 0.72 | 62.31 | 0.58 | 0.18 |
| Hex | 45 | 47 | 13 | 3 | 0 | 49 | 48 | 3E | 3A | 12 |
| Octal | 105 | 107 | 23 | 3 | 0 | 111 | 110 | 76 | 72 | 22 |
| Binary | 1000101 | 1000111 | 10011 | 11 | 0 | 1001001 | 1001000 | 111110 | 111010 | 10010 |
Color Harmonies of #454713
Complementary color
Monochromatic Colors of #454713
Black with #454713
Text Example
Text Example
White with #454713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454713; }
p { color: rgb(69,71,19); }
H1.HeaderClassName
{
color: #454713;
}
.AnyTagClassName
{
color: #454713;
}
</style>
background-color css
<style>
a { background-color: #454713; }
a { background-color: rgb(69,71,19); }
div.DivClassName
{
background-color: #454713;
}
.BgClassName
{
background-color: #454713;
}
</style>
border-color css
<style>
span { border-color: #454713; }
span { border-color: rgb(69,71,19); }
td.TdClassName
{
border-color: #454713;
}
.TagClassName
{
border-color: #454713;
}
</style>