Shades of Verdun Green #504A00
Tints of Verdun Green #504A00
RGB
CMYK
RGB Variations
Color information
#504A00 (or 0x504A00) is known color: Verdun Green. HEX triplet: 50, 4A and 00. RGB value is (80,74,0). Sum of RGB (Red+Green+Blue) = 80+74+0=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A00 is #AFB5FF. Grayscale: #434343. Windows color (decimal): -11515392 or 19024. OLE color: 19024.
HSL color Cylindrical-coordinate representation of color #504A00: hue angle of 55.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #504A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.69 |
| HSL | 55.5º | 1% | 0.16% | - |
| HSV(B) | 55.5º | 1% | 0.31% | - |
| XYZ | 5.76 | 6.6 | 0.97 | - |
| YUV | 67.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 0 | 0 | 0.08 | 1 | 0.69 | 55.5 | 1 | 0.16 |
| Hex | 50 | 4A | 0 | 0 | 8 | 64 | 45 | 38 | 64 | 10 |
| Octal | 120 | 112 | 0 | 0 | 10 | 144 | 105 | 70 | 144 | 20 |
| Binary | 1010000 | 1001010 | 0 | 0 | 1000 | 1100100 | 1000101 | 111000 | 1100100 | 10000 |
Color Harmonies of #504A00
Complementary color
Monochromatic Colors of #504A00
Black with #504A00
Text Example
Text Example
White with #504A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A00; }
p { color: rgb(80,74,0); }
H1.HeaderClassName
{
color: #504A00;
}
.AnyTagClassName
{
color: #504A00;
}
</style>
background-color css
<style>
a { background-color: #504A00; }
a { background-color: rgb(80,74,0); }
div.DivClassName
{
background-color: #504A00;
}
.BgClassName
{
background-color: #504A00;
}
</style>
border-color css
<style>
span { border-color: #504A00; }
span { border-color: rgb(80,74,0); }
td.TdClassName
{
border-color: #504A00;
}
.TagClassName
{
border-color: #504A00;
}
</style>