Shades of Verdun Green #50560A
Tints of Verdun Green #50560A
RGB
CMYK
RGB Variations
Color information
#50560A (or 0x50560A) is known color: Verdun Green. HEX triplet: 50, 56 and 0A. RGB value is (80,86,10). Sum of RGB (Red+Green+Blue) = 80+86+10=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #50560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50560A is #AFA9F5. Grayscale: #4B4B4B. Windows color (decimal): -11512310 or 677456. OLE color: 677456.
HSL color Cylindrical-coordinate representation of color #50560A: hue angle of 64.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50560A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 86 | 10 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.66 |
| HSL | 64.74º | 0.79% | 0.19% | - |
| HSV(B) | 64.74º | 0.88% | 0.34% | - |
| XYZ | 6.69 | 8.38 | 1.55 | - |
| YUV | 75.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 10 | 0.07 | 0 | 0.88 | 0.66 | 64.74 | 0.79 | 0.19 |
| Hex | 50 | 56 | A | 7 | 0 | 58 | 42 | 41 | 4F | 13 |
| Octal | 120 | 126 | 12 | 7 | 0 | 130 | 102 | 101 | 117 | 23 |
| Binary | 1010000 | 1010110 | 1010 | 111 | 0 | 1011000 | 1000010 | 1000001 | 1001111 | 10011 |
Color Harmonies of #50560A
Complementary color
Monochromatic Colors of #50560A
Black with #50560A
Text Example
Text Example
White with #50560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50560A; }
p { color: rgb(80,86,10); }
H1.HeaderClassName
{
color: #50560A;
}
.AnyTagClassName
{
color: #50560A;
}
</style>
background-color css
<style>
a { background-color: #50560A; }
a { background-color: rgb(80,86,10); }
div.DivClassName
{
background-color: #50560A;
}
.BgClassName
{
background-color: #50560A;
}
</style>
border-color css
<style>
span { border-color: #50560A; }
span { border-color: rgb(80,86,10); }
td.TdClassName
{
border-color: #50560A;
}
.TagClassName
{
border-color: #50560A;
}
</style>