Shades of Verdun Green #455621
Tints of Verdun Green #455621
RGB
CMYK
RGB Variations
Color information
#455621 (or 0x455621) is known color: Verdun Green. HEX triplet: 45, 56 and 21. RGB value is (69,86,33). Sum of RGB (Red+Green+Blue) = 69+86+33=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #455621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455621 is #BAA9DE. Grayscale: #4B4B4B. Windows color (decimal): -12233183 or 2184773. OLE color: 2184773.
HSL color Cylindrical-coordinate representation of color #455621: hue angle of 79.25º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455621 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 33 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.66 |
| HSL | 79.25º | 0.45% | 0.23% | - |
| HSV(B) | 79.25º | 0.62% | 0.34% | - |
| XYZ | 6.06 | 8.03 | 2.67 | - |
| YUV | 74.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 33 | 0.20 | 0 | 0.62 | 0.66 | 79.25 | 0.45 | 0.23 |
| Hex | 45 | 56 | 21 | 14 | 0 | 3E | 42 | 4F | 2D | 17 |
| Octal | 105 | 126 | 41 | 24 | 0 | 76 | 102 | 117 | 55 | 27 |
| Binary | 1000101 | 1010110 | 100001 | 10100 | 0 | 111110 | 1000010 | 1001111 | 101101 | 10111 |
Color Harmonies of #455621
Complementary color
Monochromatic Colors of #455621
Black with #455621
Text Example
Text Example
White with #455621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455621; }
p { color: rgb(69,86,33); }
H1.HeaderClassName
{
color: #455621;
}
.AnyTagClassName
{
color: #455621;
}
</style>
background-color css
<style>
a { background-color: #455621; }
a { background-color: rgb(69,86,33); }
div.DivClassName
{
background-color: #455621;
}
.BgClassName
{
background-color: #455621;
}
</style>
border-color css
<style>
span { border-color: #455621; }
span { border-color: rgb(69,86,33); }
td.TdClassName
{
border-color: #455621;
}
.TagClassName
{
border-color: #455621;
}
</style>