Shades of Verdun Green #506510
Tints of Verdun Green #506510
RGB
CMYK
RGB Variations
Color information
#506510 (or 0x506510) is known color: Verdun Green. HEX triplet: 50, 65 and 10. RGB value is (80,101,16). Sum of RGB (Red+Green+Blue) = 80+101+16=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #506510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506510 is #AF9AEF. Grayscale: #555555. Windows color (decimal): -11508464 or 1074512. OLE color: 1074512.
HSL color Cylindrical-coordinate representation of color #506510: hue angle of 74.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #506510 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 16 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.60 |
| HSL | 74.82º | 0.73% | 0.23% | - |
| HSV(B) | 74.82º | 0.84% | 0.4% | - |
| XYZ | 8.06 | 11.05 | 2.2 | - |
| YUV | 85.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 16 | 0.21 | 0 | 0.84 | 0.60 | 74.82 | 0.73 | 0.23 |
| Hex | 50 | 65 | 10 | 15 | 0 | 54 | 3C | 4B | 49 | 17 |
| Octal | 120 | 145 | 20 | 25 | 0 | 124 | 74 | 113 | 111 | 27 |
| Binary | 1010000 | 1100101 | 10000 | 10101 | 0 | 1010100 | 111100 | 1001011 | 1001001 | 10111 |
Color Harmonies of #506510
Complementary color
Monochromatic Colors of #506510
Black with #506510
Text Example
Text Example
White with #506510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506510; }
p { color: rgb(80,101,16); }
H1.HeaderClassName
{
color: #506510;
}
.AnyTagClassName
{
color: #506510;
}
</style>
background-color css
<style>
a { background-color: #506510; }
a { background-color: rgb(80,101,16); }
div.DivClassName
{
background-color: #506510;
}
.BgClassName
{
background-color: #506510;
}
</style>
border-color css
<style>
span { border-color: #506510; }
span { border-color: rgb(80,101,16); }
td.TdClassName
{
border-color: #506510;
}
.TagClassName
{
border-color: #506510;
}
</style>