Shades of Verdun Green #454717
Tints of Verdun Green #454717
RGB
CMYK
RGB Variations
Color information
#454717 (or 0x454717) is known color: Verdun Green. HEX triplet: 45, 47 and 17. RGB value is (69,71,23). Sum of RGB (Red+Green+Blue) = 69+71+23=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #454717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454717 is #BAB8E8. Grayscale: #414141. Windows color (decimal): -12237033 or 1525573. OLE color: 1525573.
HSL color Cylindrical-coordinate representation of color #454717: hue angle of 62.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454717 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 23 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.72 |
| HSL | 62.5º | 0.51% | 0.18% | - |
| HSV(B) | 62.5º | 0.68% | 0.28% | - |
| XYZ | 4.86 | 5.83 | 1.68 | - |
| YUV | 64.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 23 | 0.03 | 0 | 0.68 | 0.72 | 62.5 | 0.51 | 0.18 |
| Hex | 45 | 47 | 17 | 3 | 0 | 44 | 48 | 3F | 33 | 12 |
| Octal | 105 | 107 | 27 | 3 | 0 | 104 | 110 | 77 | 63 | 22 |
| Binary | 1000101 | 1000111 | 10111 | 11 | 0 | 1000100 | 1001000 | 111111 | 110011 | 10010 |
Color Harmonies of #454717
Complementary color
Monochromatic Colors of #454717
Black with #454717
Text Example
Text Example
White with #454717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454717; }
p { color: rgb(69,71,23); }
H1.HeaderClassName
{
color: #454717;
}
.AnyTagClassName
{
color: #454717;
}
</style>
background-color css
<style>
a { background-color: #454717; }
a { background-color: rgb(69,71,23); }
div.DivClassName
{
background-color: #454717;
}
.BgClassName
{
background-color: #454717;
}
</style>
border-color css
<style>
span { border-color: #454717; }
span { border-color: rgb(69,71,23); }
td.TdClassName
{
border-color: #454717;
}
.TagClassName
{
border-color: #454717;
}
</style>