Shades of Verdun Green #454817
Tints of Verdun Green #454817
RGB
CMYK
RGB Variations
Color information
#454817 (or 0x454817) is known color: Verdun Green. HEX triplet: 45, 48 and 17. RGB value is (69,72,23). Sum of RGB (Red+Green+Blue) = 69+72+23=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #454817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454817 is #BAB7E8. Grayscale: #414141. Windows color (decimal): -12236777 or 1525829. OLE color: 1525829.
HSL color Cylindrical-coordinate representation of color #454817: hue angle of 63.67º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454817 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 23 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.72 |
| HSL | 63.67º | 0.52% | 0.19% | - |
| HSV(B) | 63.67º | 0.68% | 0.28% | - |
| XYZ | 4.93 | 5.96 | 1.7 | - |
| YUV | 65.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 23 | 0.04 | 0 | 0.68 | 0.72 | 63.67 | 0.52 | 0.19 |
| Hex | 45 | 48 | 17 | 4 | 0 | 44 | 48 | 40 | 34 | 13 |
| Octal | 105 | 110 | 27 | 4 | 0 | 104 | 110 | 100 | 64 | 23 |
| Binary | 1000101 | 1001000 | 10111 | 100 | 0 | 1000100 | 1001000 | 1000000 | 110100 | 10011 |
Color Harmonies of #454817
Complementary color
Monochromatic Colors of #454817
Black with #454817
Text Example
Text Example
White with #454817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454817; }
p { color: rgb(69,72,23); }
H1.HeaderClassName
{
color: #454817;
}
.AnyTagClassName
{
color: #454817;
}
</style>
background-color css
<style>
a { background-color: #454817; }
a { background-color: rgb(69,72,23); }
div.DivClassName
{
background-color: #454817;
}
.BgClassName
{
background-color: #454817;
}
</style>
border-color css
<style>
span { border-color: #454817; }
span { border-color: rgb(69,72,23); }
td.TdClassName
{
border-color: #454817;
}
.TagClassName
{
border-color: #454817;
}
</style>