Shades of Verdun Green #50510E
Tints of Verdun Green #50510E
RGB
CMYK
RGB Variations
Color information
#50510E (or 0x50510E) is known color: Verdun Green. HEX triplet: 50, 51 and 0E. RGB value is (80,81,14). Sum of RGB (Red+Green+Blue) = 80+81+14=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #50510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50510E is #AFAEF1. Grayscale: #494949. Windows color (decimal): -11513586 or 938320. OLE color: 938320.
HSL color Cylindrical-coordinate representation of color #50510E: hue angle of 60.9º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50510E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 14 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.68 |
| HSL | 60.9º | 0.71% | 0.19% | - |
| HSV(B) | 60.9º | 0.83% | 0.32% | - |
| XYZ | 6.33 | 7.62 | 1.55 | - |
| YUV | 73.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 14 | 0.01 | 0 | 0.83 | 0.68 | 60.9 | 0.71 | 0.19 |
| Hex | 50 | 51 | E | 1 | 0 | 53 | 44 | 3D | 47 | 13 |
| Octal | 120 | 121 | 16 | 1 | 0 | 123 | 104 | 75 | 107 | 23 |
| Binary | 1010000 | 1010001 | 1110 | 1 | 0 | 1010011 | 1000100 | 111101 | 1000111 | 10011 |
Color Harmonies of #50510E
Complementary color
Monochromatic Colors of #50510E
Black with #50510E
Text Example
Text Example
White with #50510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50510E; }
p { color: rgb(80,81,14); }
H1.HeaderClassName
{
color: #50510E;
}
.AnyTagClassName
{
color: #50510E;
}
</style>
background-color css
<style>
a { background-color: #50510E; }
a { background-color: rgb(80,81,14); }
div.DivClassName
{
background-color: #50510E;
}
.BgClassName
{
background-color: #50510E;
}
</style>
border-color css
<style>
span { border-color: #50510E; }
span { border-color: rgb(80,81,14); }
td.TdClassName
{
border-color: #50510E;
}
.TagClassName
{
border-color: #50510E;
}
</style>