Shades of Verdun Green #504A01
Tints of Verdun Green #504A01
RGB
CMYK
RGB Variations
Color information
#504A01 (or 0x504A01) is known color: Verdun Green. HEX triplet: 50, 4A and 01. RGB value is (80,74,1). Sum of RGB (Red+Green+Blue) = 80+74+1=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A01 is #AFB5FE. Grayscale: #434343. Windows color (decimal): -11515391 or 84560. OLE color: 84560.
HSL color Cylindrical-coordinate representation of color #504A01: hue angle of 55.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #504A01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.69 |
| HSL | 55.44º | 0.98% | 0.16% | - |
| HSV(B) | 55.44º | 0.99% | 0.31% | - |
| XYZ | 5.76 | 6.61 | 1 | - |
| YUV | 67.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 1 | 0 | 0.08 | 0.99 | 0.69 | 55.44 | 0.98 | 0.16 |
| Hex | 50 | 4A | 1 | 0 | 8 | 63 | 45 | 37 | 62 | 10 |
| Octal | 120 | 112 | 1 | 0 | 10 | 143 | 105 | 67 | 142 | 20 |
| Binary | 1010000 | 1001010 | 1 | 0 | 1000 | 1100011 | 1000101 | 110111 | 1100010 | 10000 |
Color Harmonies of #504A01
Complementary color
Monochromatic Colors of #504A01
Black with #504A01
Text Example
Text Example
White with #504A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A01; }
p { color: rgb(80,74,1); }
H1.HeaderClassName
{
color: #504A01;
}
.AnyTagClassName
{
color: #504A01;
}
</style>
background-color css
<style>
a { background-color: #504A01; }
a { background-color: rgb(80,74,1); }
div.DivClassName
{
background-color: #504A01;
}
.BgClassName
{
background-color: #504A01;
}
</style>
border-color css
<style>
span { border-color: #504A01; }
span { border-color: rgb(80,74,1); }
td.TdClassName
{
border-color: #504A01;
}
.TagClassName
{
border-color: #504A01;
}
</style>