Shades of Verdun Green #455120
Tints of Verdun Green #455120
RGB
CMYK
RGB Variations
Color information
#455120 (or 0x455120) is known color: Verdun Green. HEX triplet: 45, 51 and 20. RGB value is (69,81,32). Sum of RGB (Red+Green+Blue) = 69+81+32=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #455120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455120 is #BAAEDF. Grayscale: #484848. Windows color (decimal): -12234464 or 2117957. OLE color: 2117957.
HSL color Cylindrical-coordinate representation of color #455120: hue angle of 74.69º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455120 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 32 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.68 |
| HSL | 74.69º | 0.43% | 0.22% | - |
| HSV(B) | 74.69º | 0.6% | 0.32% | - |
| XYZ | 5.66 | 7.25 | 2.47 | - |
| YUV | 71.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 32 | 0.15 | 0 | 0.60 | 0.68 | 74.69 | 0.43 | 0.22 |
| Hex | 45 | 51 | 20 | F | 0 | 3C | 44 | 4B | 2B | 16 |
| Octal | 105 | 121 | 40 | 17 | 0 | 74 | 104 | 113 | 53 | 26 |
| Binary | 1000101 | 1010001 | 100000 | 1111 | 0 | 111100 | 1000100 | 1001011 | 101011 | 10110 |
Color Harmonies of #455120
Complementary color
Monochromatic Colors of #455120
Black with #455120
Text Example
Text Example
White with #455120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455120; }
p { color: rgb(69,81,32); }
H1.HeaderClassName
{
color: #455120;
}
.AnyTagClassName
{
color: #455120;
}
</style>
background-color css
<style>
a { background-color: #455120; }
a { background-color: rgb(69,81,32); }
div.DivClassName
{
background-color: #455120;
}
.BgClassName
{
background-color: #455120;
}
</style>
border-color css
<style>
span { border-color: #455120; }
span { border-color: rgb(69,81,32); }
td.TdClassName
{
border-color: #455120;
}
.TagClassName
{
border-color: #455120;
}
</style>