Shades of Verdun Green #50520A
Tints of Verdun Green #50520A
RGB
CMYK
RGB Variations
Color information
#50520A (or 0x50520A) is known color: Verdun Green. HEX triplet: 50, 52 and 0A. RGB value is (80,82,10). Sum of RGB (Red+Green+Blue) = 80+82+10=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #50520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50520A is #AFADF5. Grayscale: #494949. Windows color (decimal): -11513334 or 676432. OLE color: 676432.
HSL color Cylindrical-coordinate representation of color #50520A: hue angle of 61.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50520A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 10 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.68 |
| HSL | 61.67º | 0.78% | 0.18% | - |
| HSV(B) | 61.67º | 0.88% | 0.32% | - |
| XYZ | 6.38 | 7.76 | 1.45 | - |
| YUV | 73.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 10 | 0.02 | 0 | 0.88 | 0.68 | 61.67 | 0.78 | 0.18 |
| Hex | 50 | 52 | A | 2 | 0 | 58 | 44 | 3E | 4E | 12 |
| Octal | 120 | 122 | 12 | 2 | 0 | 130 | 104 | 76 | 116 | 22 |
| Binary | 1010000 | 1010010 | 1010 | 10 | 0 | 1011000 | 1000100 | 111110 | 1001110 | 10010 |
Color Harmonies of #50520A
Complementary color
Monochromatic Colors of #50520A
Black with #50520A
Text Example
Text Example
White with #50520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50520A; }
p { color: rgb(80,82,10); }
H1.HeaderClassName
{
color: #50520A;
}
.AnyTagClassName
{
color: #50520A;
}
</style>
background-color css
<style>
a { background-color: #50520A; }
a { background-color: rgb(80,82,10); }
div.DivClassName
{
background-color: #50520A;
}
.BgClassName
{
background-color: #50520A;
}
</style>
border-color css
<style>
span { border-color: #50520A; }
span { border-color: rgb(80,82,10); }
td.TdClassName
{
border-color: #50520A;
}
.TagClassName
{
border-color: #50520A;
}
</style>