Shades of Verdun Green #50660B
Tints of Verdun Green #50660B
RGB
CMYK
RGB Variations
Color information
#50660B (or 0x50660B) is known color: Verdun Green. HEX triplet: 50, 66 and 0B. RGB value is (80,102,11). Sum of RGB (Red+Green+Blue) = 80+102+11=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #50660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50660B is #AF99F4. Grayscale: #555555. Windows color (decimal): -11508213 or 747088. OLE color: 747088.
HSL color Cylindrical-coordinate representation of color #50660B: hue angle of 74.51º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50660B is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 11 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.6 |
| HSL | 74.51º | 0.81% | 0.22% | - |
| HSV(B) | 74.51º | 0.89% | 0.4% | - |
| XYZ | 8.12 | 11.23 | 2.06 | - |
| YUV | 85.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 11 | 0.22 | 0 | 0.89 | 0.6 | 74.51 | 0.81 | 0.22 |
| Hex | 50 | 66 | B | 16 | 0 | 59 | 3C | 4B | 51 | 16 |
| Octal | 120 | 146 | 13 | 26 | 0 | 131 | 74 | 113 | 121 | 26 |
| Binary | 1010000 | 1100110 | 1011 | 10110 | 0 | 1011001 | 111100 | 1001011 | 1010001 | 10110 |
Color Harmonies of #50660B
Complementary color
Monochromatic Colors of #50660B
Black with #50660B
Text Example
Text Example
White with #50660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50660B; }
p { color: rgb(80,102,11); }
H1.HeaderClassName
{
color: #50660B;
}
.AnyTagClassName
{
color: #50660B;
}
</style>
background-color css
<style>
a { background-color: #50660B; }
a { background-color: rgb(80,102,11); }
div.DivClassName
{
background-color: #50660B;
}
.BgClassName
{
background-color: #50660B;
}
</style>
border-color css
<style>
span { border-color: #50660B; }
span { border-color: rgb(80,102,11); }
td.TdClassName
{
border-color: #50660B;
}
.TagClassName
{
border-color: #50660B;
}
</style>