Shades of Verdun Green #454819
Tints of Verdun Green #454819
RGB
CMYK
RGB Variations
Color information
#454819 (or 0x454819) is known color: Verdun Green. HEX triplet: 45, 48 and 19. RGB value is (69,72,25). Sum of RGB (Red+Green+Blue) = 69+72+25=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #454819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454819 is #BAB7E6. Grayscale: #414141. Windows color (decimal): -12236775 or 1656901. OLE color: 1656901.
HSL color Cylindrical-coordinate representation of color #454819: hue angle of 63.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #454819 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 25 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.72 |
| HSL | 63.83º | 0.48% | 0.19% | - |
| HSV(B) | 63.83º | 0.65% | 0.28% | - |
| XYZ | 4.95 | 5.97 | 1.81 | - |
| YUV | 65.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 25 | 0.04 | 0 | 0.65 | 0.72 | 63.83 | 0.48 | 0.19 |
| Hex | 45 | 48 | 19 | 4 | 0 | 41 | 48 | 40 | 30 | 13 |
| Octal | 105 | 110 | 31 | 4 | 0 | 101 | 110 | 100 | 60 | 23 |
| Binary | 1000101 | 1001000 | 11001 | 100 | 0 | 1000001 | 1001000 | 1000000 | 110000 | 10011 |
Color Harmonies of #454819
Complementary color
Monochromatic Colors of #454819
Black with #454819
Text Example
Text Example
White with #454819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454819; }
p { color: rgb(69,72,25); }
H1.HeaderClassName
{
color: #454819;
}
.AnyTagClassName
{
color: #454819;
}
</style>
background-color css
<style>
a { background-color: #454819; }
a { background-color: rgb(69,72,25); }
div.DivClassName
{
background-color: #454819;
}
.BgClassName
{
background-color: #454819;
}
</style>
border-color css
<style>
span { border-color: #454819; }
span { border-color: rgb(69,72,25); }
td.TdClassName
{
border-color: #454819;
}
.TagClassName
{
border-color: #454819;
}
</style>