Shades of Verdun Green #504C02
Tints of Verdun Green #504C02
RGB
CMYK
RGB Variations
Color information
#504C02 (or 0x504C02) is known color: Verdun Green. HEX triplet: 50, 4C and 02. RGB value is (80,76,2). Sum of RGB (Red+Green+Blue) = 80+76+2=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C02 is #AFB3FD. Grayscale: #454545. Windows color (decimal): -11514878 or 150608. OLE color: 150608.
HSL color Cylindrical-coordinate representation of color #504C02: hue angle of 56.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #504C02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 2 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.69 |
| HSL | 56.92º | 0.95% | 0.16% | - |
| HSV(B) | 56.92º | 0.98% | 0.31% | - |
| XYZ | 5.9 | 6.88 | 1.07 | - |
| YUV | 68.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 2 | 0 | 0.05 | 0.98 | 0.69 | 56.92 | 0.95 | 0.16 |
| Hex | 50 | 4C | 2 | 0 | 5 | 62 | 45 | 39 | 5F | 10 |
| Octal | 120 | 114 | 2 | 0 | 5 | 142 | 105 | 71 | 137 | 20 |
| Binary | 1010000 | 1001100 | 10 | 0 | 101 | 1100010 | 1000101 | 111001 | 1011111 | 10000 |
Color Harmonies of #504C02
Complementary color
Monochromatic Colors of #504C02
Black with #504C02
Text Example
Text Example
White with #504C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C02; }
p { color: rgb(80,76,2); }
H1.HeaderClassName
{
color: #504C02;
}
.AnyTagClassName
{
color: #504C02;
}
</style>
background-color css
<style>
a { background-color: #504C02; }
a { background-color: rgb(80,76,2); }
div.DivClassName
{
background-color: #504C02;
}
.BgClassName
{
background-color: #504C02;
}
</style>
border-color css
<style>
span { border-color: #504C02; }
span { border-color: rgb(80,76,2); }
td.TdClassName
{
border-color: #504C02;
}
.TagClassName
{
border-color: #504C02;
}
</style>