Shades of Verdun Green #485803
Tints of Verdun Green #485803
RGB
CMYK
RGB Variations
Color information
#485803 (or 0x485803) is known color: Verdun Green. HEX triplet: 48, 58 and 03. RGB value is (72,88,3). Sum of RGB (Red+Green+Blue) = 72+88+3=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #485803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485803 is #B7A7FC. Grayscale: #494949. Windows color (decimal): -12036093 or 219208. OLE color: 219208.
HSL color Cylindrical-coordinate representation of color #485803: hue angle of 71.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #485803 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 3 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.65 |
| HSL | 71.29º | 0.93% | 0.18% | - |
| HSV(B) | 71.29º | 0.97% | 0.35% | - |
| XYZ | 6.18 | 8.36 | 1.37 | - |
| YUV | 73.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 3 | 0.18 | 0 | 0.97 | 0.65 | 71.29 | 0.93 | 0.18 |
| Hex | 48 | 58 | 3 | 12 | 0 | 61 | 41 | 47 | 5D | 12 |
| Octal | 110 | 130 | 3 | 22 | 0 | 141 | 101 | 107 | 135 | 22 |
| Binary | 1001000 | 1011000 | 11 | 10010 | 0 | 1100001 | 1000001 | 1000111 | 1011101 | 10010 |
Color Harmonies of #485803
Complementary color
Monochromatic Colors of #485803
Black with #485803
Text Example
Text Example
White with #485803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485803; }
p { color: rgb(72,88,3); }
H1.HeaderClassName
{
color: #485803;
}
.AnyTagClassName
{
color: #485803;
}
</style>
background-color css
<style>
a { background-color: #485803; }
a { background-color: rgb(72,88,3); }
div.DivClassName
{
background-color: #485803;
}
.BgClassName
{
background-color: #485803;
}
</style>
border-color css
<style>
span { border-color: #485803; }
span { border-color: rgb(72,88,3); }
td.TdClassName
{
border-color: #485803;
}
.TagClassName
{
border-color: #485803;
}
</style>