Shades of Verdun Green #505B03
Tints of Verdun Green #505B03
RGB
CMYK
RGB Variations
Color information
#505B03 (or 0x505B03) is known color: Verdun Green. HEX triplet: 50, 5B and 03. RGB value is (80,91,3). Sum of RGB (Red+Green+Blue) = 80+91+3=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #505B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B03 is #AFA4FC. Grayscale: #4E4E4E. Windows color (decimal): -11511037 or 219984. OLE color: 219984.
HSL color Cylindrical-coordinate representation of color #505B03: hue angle of 67.5º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #505B03 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 3 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.64 |
| HSL | 67.5º | 0.94% | 0.18% | - |
| HSV(B) | 67.5º | 0.97% | 0.36% | - |
| XYZ | 7.07 | 9.19 | 1.49 | - |
| YUV | 77.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 3 | 0.12 | 0 | 0.97 | 0.64 | 67.5 | 0.94 | 0.18 |
| Hex | 50 | 5B | 3 | C | 0 | 61 | 40 | 44 | 5E | 12 |
| Octal | 120 | 133 | 3 | 14 | 0 | 141 | 100 | 104 | 136 | 22 |
| Binary | 1010000 | 1011011 | 11 | 1100 | 0 | 1100001 | 1000000 | 1000100 | 1011110 | 10010 |
Color Harmonies of #505B03
Complementary color
Monochromatic Colors of #505B03
Black with #505B03
Text Example
Text Example
White with #505B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B03; }
p { color: rgb(80,91,3); }
H1.HeaderClassName
{
color: #505B03;
}
.AnyTagClassName
{
color: #505B03;
}
</style>
background-color css
<style>
a { background-color: #505B03; }
a { background-color: rgb(80,91,3); }
div.DivClassName
{
background-color: #505B03;
}
.BgClassName
{
background-color: #505B03;
}
</style>
border-color css
<style>
span { border-color: #505B03; }
span { border-color: rgb(80,91,3); }
td.TdClassName
{
border-color: #505B03;
}
.TagClassName
{
border-color: #505B03;
}
</style>