Shades of Verdun Green #485420
Tints of Verdun Green #485420
RGB
CMYK
RGB Variations
Color information
#485420 (or 0x485420) is known color: Verdun Green. HEX triplet: 48, 54 and 20. RGB value is (72,84,32). Sum of RGB (Red+Green+Blue) = 72+84+32=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #485420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485420 is #B7ABDF. Grayscale: #4A4A4A. Windows color (decimal): -12037088 or 2118728. OLE color: 2118728.
HSL color Cylindrical-coordinate representation of color #485420: hue angle of 73.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485420 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 32 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.67 |
| HSL | 73.85º | 0.45% | 0.23% | - |
| HSV(B) | 73.85º | 0.62% | 0.33% | - |
| XYZ | 6.1 | 7.82 | 2.55 | - |
| YUV | 74.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 32 | 0.14 | 0 | 0.62 | 0.67 | 73.85 | 0.45 | 0.23 |
| Hex | 48 | 54 | 20 | E | 0 | 3E | 43 | 4A | 2D | 17 |
| Octal | 110 | 124 | 40 | 16 | 0 | 76 | 103 | 112 | 55 | 27 |
| Binary | 1001000 | 1010100 | 100000 | 1110 | 0 | 111110 | 1000011 | 1001010 | 101101 | 10111 |
Color Harmonies of #485420
Complementary color
Monochromatic Colors of #485420
Black with #485420
Text Example
Text Example
White with #485420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485420; }
p { color: rgb(72,84,32); }
H1.HeaderClassName
{
color: #485420;
}
.AnyTagClassName
{
color: #485420;
}
</style>
background-color css
<style>
a { background-color: #485420; }
a { background-color: rgb(72,84,32); }
div.DivClassName
{
background-color: #485420;
}
.BgClassName
{
background-color: #485420;
}
</style>
border-color css
<style>
span { border-color: #485420; }
span { border-color: rgb(72,84,32); }
td.TdClassName
{
border-color: #485420;
}
.TagClassName
{
border-color: #485420;
}
</style>