Shades of Verdun Green #485703
Tints of Verdun Green #485703
RGB
CMYK
RGB Variations
Color information
#485703 (or 0x485703) is known color: Verdun Green. HEX triplet: 48, 57 and 03. RGB value is (72,87,3). Sum of RGB (Red+Green+Blue) = 72+87+3=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #485703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485703 is #B7A8FC. Grayscale: #494949. Windows color (decimal): -12036349 or 218952. OLE color: 218952.
HSL color Cylindrical-coordinate representation of color #485703: hue angle of 70.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #485703 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 87 | 3 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.66 |
| HSL | 70.71º | 0.93% | 0.18% | - |
| HSV(B) | 70.71º | 0.97% | 0.34% | - |
| XYZ | 6.1 | 8.2 | 1.35 | - |
| YUV | 72.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 3 | 0.17 | 0 | 0.97 | 0.66 | 70.71 | 0.93 | 0.18 |
| Hex | 48 | 57 | 3 | 11 | 0 | 61 | 42 | 47 | 5D | 12 |
| Octal | 110 | 127 | 3 | 21 | 0 | 141 | 102 | 107 | 135 | 22 |
| Binary | 1001000 | 1010111 | 11 | 10001 | 0 | 1100001 | 1000010 | 1000111 | 1011101 | 10010 |
Color Harmonies of #485703
Complementary color
Monochromatic Colors of #485703
Black with #485703
Text Example
Text Example
White with #485703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485703; }
p { color: rgb(72,87,3); }
H1.HeaderClassName
{
color: #485703;
}
.AnyTagClassName
{
color: #485703;
}
</style>
background-color css
<style>
a { background-color: #485703; }
a { background-color: rgb(72,87,3); }
div.DivClassName
{
background-color: #485703;
}
.BgClassName
{
background-color: #485703;
}
</style>
border-color css
<style>
span { border-color: #485703; }
span { border-color: rgb(72,87,3); }
td.TdClassName
{
border-color: #485703;
}
.TagClassName
{
border-color: #485703;
}
</style>