Shades of Verdun Green #455220
Tints of Verdun Green #455220
RGB
CMYK
RGB Variations
Color information
#455220 (or 0x455220) is known color: Verdun Green. HEX triplet: 45, 52 and 20. RGB value is (69,82,32). Sum of RGB (Red+Green+Blue) = 69+82+32=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #455220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455220 is #BAADDF. Grayscale: #484848. Windows color (decimal): -12234208 or 2118213. OLE color: 2118213.
HSL color Cylindrical-coordinate representation of color #455220: hue angle of 75.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455220 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 32 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.68 |
| HSL | 75.6º | 0.44% | 0.22% | - |
| HSV(B) | 75.6º | 0.61% | 0.32% | - |
| XYZ | 5.73 | 7.4 | 2.49 | - |
| YUV | 72.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 32 | 0.16 | 0 | 0.61 | 0.68 | 75.6 | 0.44 | 0.22 |
| Hex | 45 | 52 | 20 | 10 | 0 | 3D | 44 | 4C | 2C | 16 |
| Octal | 105 | 122 | 40 | 20 | 0 | 75 | 104 | 114 | 54 | 26 |
| Binary | 1000101 | 1010010 | 100000 | 10000 | 0 | 111101 | 1000100 | 1001100 | 101100 | 10110 |
Color Harmonies of #455220
Complementary color
Monochromatic Colors of #455220
Black with #455220
Text Example
Text Example
White with #455220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455220; }
p { color: rgb(69,82,32); }
H1.HeaderClassName
{
color: #455220;
}
.AnyTagClassName
{
color: #455220;
}
</style>
background-color css
<style>
a { background-color: #455220; }
a { background-color: rgb(69,82,32); }
div.DivClassName
{
background-color: #455220;
}
.BgClassName
{
background-color: #455220;
}
</style>
border-color css
<style>
span { border-color: #455220; }
span { border-color: rgb(69,82,32); }
td.TdClassName
{
border-color: #455220;
}
.TagClassName
{
border-color: #455220;
}
</style>