Shades of Verdun Green #504C0A
Tints of Verdun Green #504C0A
RGB
CMYK
RGB Variations
Color information
#504C0A (or 0x504C0A) is known color: Verdun Green. HEX triplet: 50, 4C and 0A. RGB value is (80,76,10). Sum of RGB (Red+Green+Blue) = 80+76+10=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C0A is #AFB3F5. Grayscale: #454545. Windows color (decimal): -11514870 or 674896. OLE color: 674896.
HSL color Cylindrical-coordinate representation of color #504C0A: hue angle of 56.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #504C0A is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 10 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.69 |
| HSL | 56.57º | 0.78% | 0.18% | - |
| HSV(B) | 56.57º | 0.88% | 0.31% | - |
| XYZ | 5.95 | 6.9 | 1.3 | - |
| YUV | 69.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 10 | 0 | 0.05 | 0.87 | 0.69 | 56.57 | 0.78 | 0.18 |
| Hex | 50 | 4C | A | 0 | 5 | 57 | 45 | 39 | 4E | 12 |
| Octal | 120 | 114 | 12 | 0 | 5 | 127 | 105 | 71 | 116 | 22 |
| Binary | 1010000 | 1001100 | 1010 | 0 | 101 | 1010111 | 1000101 | 111001 | 1001110 | 10010 |
Color Harmonies of #504C0A
Complementary color
Monochromatic Colors of #504C0A
Black with #504C0A
Text Example
Text Example
White with #504C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C0A; }
p { color: rgb(80,76,10); }
H1.HeaderClassName
{
color: #504C0A;
}
.AnyTagClassName
{
color: #504C0A;
}
</style>
background-color css
<style>
a { background-color: #504C0A; }
a { background-color: rgb(80,76,10); }
div.DivClassName
{
background-color: #504C0A;
}
.BgClassName
{
background-color: #504C0A;
}
</style>
border-color css
<style>
span { border-color: #504C0A; }
span { border-color: rgb(80,76,10); }
td.TdClassName
{
border-color: #504C0A;
}
.TagClassName
{
border-color: #504C0A;
}
</style>