Shades of Verdun Green #506D03
Tints of Verdun Green #506D03
RGB
CMYK
RGB Variations
Color information
#506D03 (or 0x506D03) is known color: Verdun Green. HEX triplet: 50, 6D and 03. RGB value is (80,109,3). Sum of RGB (Red+Green+Blue) = 80+109+3=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #506D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506D03 is #AF92FC. Grayscale: #585858. Windows color (decimal): -11506429 or 224592. OLE color: 224592.
HSL color Cylindrical-coordinate representation of color #506D03: hue angle of 76.42º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #506D03 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 3 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.57 |
| HSL | 76.42º | 0.95% | 0.22% | - |
| HSV(B) | 76.42º | 0.97% | 0.43% | - |
| XYZ | 8.79 | 12.65 | 2.06 | - |
| YUV | 88.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 3 | 0.27 | 0 | 0.97 | 0.57 | 76.42 | 0.95 | 0.22 |
| Hex | 50 | 6D | 3 | 1B | 0 | 61 | 39 | 4C | 5F | 16 |
| Octal | 120 | 155 | 3 | 33 | 0 | 141 | 71 | 114 | 137 | 26 |
| Binary | 1010000 | 1101101 | 11 | 11011 | 0 | 1100001 | 111001 | 1001100 | 1011111 | 10110 |
Color Harmonies of #506D03
Complementary color
Monochromatic Colors of #506D03
Black with #506D03
Text Example
Text Example
White with #506D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D03; }
p { color: rgb(80,109,3); }
H1.HeaderClassName
{
color: #506D03;
}
.AnyTagClassName
{
color: #506D03;
}
</style>
background-color css
<style>
a { background-color: #506D03; }
a { background-color: rgb(80,109,3); }
div.DivClassName
{
background-color: #506D03;
}
.BgClassName
{
background-color: #506D03;
}
</style>
border-color css
<style>
span { border-color: #506D03; }
span { border-color: rgb(80,109,3); }
td.TdClassName
{
border-color: #506D03;
}
.TagClassName
{
border-color: #506D03;
}
</style>