Shades of Verdun Green #505710
Tints of Verdun Green #505710
RGB
CMYK
RGB Variations
Color information
#505710 (or 0x505710) is known color: Verdun Green. HEX triplet: 50, 57 and 10. RGB value is (80,87,16). Sum of RGB (Red+Green+Blue) = 80+87+16=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #505710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505710 is #AFA8EF. Grayscale: #4D4D4D. Windows color (decimal): -11512048 or 1070928. OLE color: 1070928.
HSL color Cylindrical-coordinate representation of color #505710: hue angle of 65.92º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #505710 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 87 | 16 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.66 |
| HSL | 65.92º | 0.69% | 0.2% | - |
| HSV(B) | 65.92º | 0.82% | 0.34% | - |
| XYZ | 6.81 | 8.56 | 1.78 | - |
| YUV | 76.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 16 | 0.08 | 0 | 0.82 | 0.66 | 65.92 | 0.69 | 0.2 |
| Hex | 50 | 57 | 10 | 8 | 0 | 52 | 42 | 42 | 45 | 14 |
| Octal | 120 | 127 | 20 | 10 | 0 | 122 | 102 | 102 | 105 | 24 |
| Binary | 1010000 | 1010111 | 10000 | 1000 | 0 | 1010010 | 1000010 | 1000010 | 1000101 | 10100 |
Color Harmonies of #505710
Complementary color
Monochromatic Colors of #505710
Black with #505710
Text Example
Text Example
White with #505710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505710; }
p { color: rgb(80,87,16); }
H1.HeaderClassName
{
color: #505710;
}
.AnyTagClassName
{
color: #505710;
}
</style>
background-color css
<style>
a { background-color: #505710; }
a { background-color: rgb(80,87,16); }
div.DivClassName
{
background-color: #505710;
}
.BgClassName
{
background-color: #505710;
}
</style>
border-color css
<style>
span { border-color: #505710; }
span { border-color: rgb(80,87,16); }
td.TdClassName
{
border-color: #505710;
}
.TagClassName
{
border-color: #505710;
}
</style>