Shades of Verdun Green #506003
Tints of Verdun Green #506003
RGB
CMYK
RGB Variations
Color information
#506003 (or 0x506003) is known color: Verdun Green. HEX triplet: 50, 60 and 03. RGB value is (80,96,3). Sum of RGB (Red+Green+Blue) = 80+96+3=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #506003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506003 is #AF9FFC. Grayscale: #505050. Windows color (decimal): -11509757 or 221264. OLE color: 221264.
HSL color Cylindrical-coordinate representation of color #506003: hue angle of 70.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #506003 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 3 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.62 |
| HSL | 70.32º | 0.94% | 0.19% | - |
| HSV(B) | 70.32º | 0.97% | 0.38% | - |
| XYZ | 7.51 | 10.08 | 1.64 | - |
| YUV | 80.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 3 | 0.17 | 0 | 0.97 | 0.62 | 70.32 | 0.94 | 0.19 |
| Hex | 50 | 60 | 3 | 11 | 0 | 61 | 3E | 46 | 5E | 13 |
| Octal | 120 | 140 | 3 | 21 | 0 | 141 | 76 | 106 | 136 | 23 |
| Binary | 1010000 | 1100000 | 11 | 10001 | 0 | 1100001 | 111110 | 1000110 | 1011110 | 10011 |
Color Harmonies of #506003
Complementary color
Monochromatic Colors of #506003
Black with #506003
Text Example
Text Example
White with #506003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506003; }
p { color: rgb(80,96,3); }
H1.HeaderClassName
{
color: #506003;
}
.AnyTagClassName
{
color: #506003;
}
</style>
background-color css
<style>
a { background-color: #506003; }
a { background-color: rgb(80,96,3); }
div.DivClassName
{
background-color: #506003;
}
.BgClassName
{
background-color: #506003;
}
</style>
border-color css
<style>
span { border-color: #506003; }
span { border-color: rgb(80,96,3); }
td.TdClassName
{
border-color: #506003;
}
.TagClassName
{
border-color: #506003;
}
</style>