Shades of Verdun Green #454913
Tints of Verdun Green #454913
RGB
CMYK
RGB Variations
Color information
#454913 (or 0x454913) is known color: Verdun Green. HEX triplet: 45, 49 and 13. RGB value is (69,73,19). Sum of RGB (Red+Green+Blue) = 69+73+19=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #454913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454913 is #BAB6EC. Grayscale: #414141. Windows color (decimal): -12236525 or 1263941. OLE color: 1263941.
HSL color Cylindrical-coordinate representation of color #454913: hue angle of 64.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #454913 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 19 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.71 |
| HSL | 64.44º | 0.59% | 0.18% | - |
| HSV(B) | 64.44º | 0.74% | 0.29% | - |
| XYZ | 4.95 | 6.08 | 1.53 | - |
| YUV | 65.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 19 | 0.05 | 0 | 0.74 | 0.71 | 64.44 | 0.59 | 0.18 |
| Hex | 45 | 49 | 13 | 5 | 0 | 4A | 47 | 40 | 3B | 12 |
| Octal | 105 | 111 | 23 | 5 | 0 | 112 | 107 | 100 | 73 | 22 |
| Binary | 1000101 | 1001001 | 10011 | 101 | 0 | 1001010 | 1000111 | 1000000 | 111011 | 10010 |
Color Harmonies of #454913
Complementary color
Monochromatic Colors of #454913
Black with #454913
Text Example
Text Example
White with #454913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454913; }
p { color: rgb(69,73,19); }
H1.HeaderClassName
{
color: #454913;
}
.AnyTagClassName
{
color: #454913;
}
</style>
background-color css
<style>
a { background-color: #454913; }
a { background-color: rgb(69,73,19); }
div.DivClassName
{
background-color: #454913;
}
.BgClassName
{
background-color: #454913;
}
</style>
border-color css
<style>
span { border-color: #454913; }
span { border-color: rgb(69,73,19); }
td.TdClassName
{
border-color: #454913;
}
.TagClassName
{
border-color: #454913;
}
</style>