Shades of Verdun Green #505B00
Tints of Verdun Green #505B00
RGB
CMYK
RGB Variations
Color information
#505B00 (or 0x505B00) is known color: Verdun Green. HEX triplet: 50, 5B and 00. RGB value is (80,91,0). Sum of RGB (Red+Green+Blue) = 80+91+0=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #505B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B00 is #AFA4FF. Grayscale: #4D4D4D. Windows color (decimal): -11511040 or 23376. OLE color: 23376.
HSL color Cylindrical-coordinate representation of color #505B00: hue angle of 67.25º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505B00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.64 |
| HSL | 67.25º | 1% | 0.18% | - |
| HSV(B) | 67.25º | 1% | 0.36% | - |
| XYZ | 7.05 | 9.19 | 1.4 | - |
| YUV | 77.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 0 | 0.12 | 0 | 1 | 0.64 | 67.25 | 1 | 0.18 |
| Hex | 50 | 5B | 0 | C | 0 | 64 | 40 | 43 | 64 | 12 |
| Octal | 120 | 133 | 0 | 14 | 0 | 144 | 100 | 103 | 144 | 22 |
| Binary | 1010000 | 1011011 | 0 | 1100 | 0 | 1100100 | 1000000 | 1000011 | 1100100 | 10010 |
Color Harmonies of #505B00
Complementary color
Monochromatic Colors of #505B00
Black with #505B00
Text Example
Text Example
White with #505B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B00; }
p { color: rgb(80,91,0); }
H1.HeaderClassName
{
color: #505B00;
}
.AnyTagClassName
{
color: #505B00;
}
</style>
background-color css
<style>
a { background-color: #505B00; }
a { background-color: rgb(80,91,0); }
div.DivClassName
{
background-color: #505B00;
}
.BgClassName
{
background-color: #505B00;
}
</style>
border-color css
<style>
span { border-color: #505B00; }
span { border-color: rgb(80,91,0); }
td.TdClassName
{
border-color: #505B00;
}
.TagClassName
{
border-color: #505B00;
}
</style>