Shades of Verdun Green #485603
Tints of Verdun Green #485603
RGB
CMYK
RGB Variations
Color information
#485603 (or 0x485603) is known color: Verdun Green. HEX triplet: 48, 56 and 03. RGB value is (72,86,3). Sum of RGB (Red+Green+Blue) = 72+86+3=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #485603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485603 is #B7A9FC. Grayscale: #484848. Windows color (decimal): -12036605 or 218696. OLE color: 218696.
HSL color Cylindrical-coordinate representation of color #485603: hue angle of 70.12º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #485603 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 86 | 3 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.66 |
| HSL | 70.12º | 0.93% | 0.17% | - |
| HSV(B) | 70.12º | 0.97% | 0.34% | - |
| XYZ | 6.02 | 8.04 | 1.32 | - |
| YUV | 72.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 3 | 0.16 | 0 | 0.97 | 0.66 | 70.12 | 0.93 | 0.17 |
| Hex | 48 | 56 | 3 | 10 | 0 | 61 | 42 | 46 | 5D | 11 |
| Octal | 110 | 126 | 3 | 20 | 0 | 141 | 102 | 106 | 135 | 21 |
| Binary | 1001000 | 1010110 | 11 | 10000 | 0 | 1100001 | 1000010 | 1000110 | 1011101 | 10001 |
Color Harmonies of #485603
Complementary color
Monochromatic Colors of #485603
Black with #485603
Text Example
Text Example
White with #485603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485603; }
p { color: rgb(72,86,3); }
H1.HeaderClassName
{
color: #485603;
}
.AnyTagClassName
{
color: #485603;
}
</style>
background-color css
<style>
a { background-color: #485603; }
a { background-color: rgb(72,86,3); }
div.DivClassName
{
background-color: #485603;
}
.BgClassName
{
background-color: #485603;
}
</style>
border-color css
<style>
span { border-color: #485603; }
span { border-color: rgb(72,86,3); }
td.TdClassName
{
border-color: #485603;
}
.TagClassName
{
border-color: #485603;
}
</style>