Shades of Verdun Green #504A02
Tints of Verdun Green #504A02
RGB
CMYK
RGB Variations
Color information
#504A02 (or 0x504A02) is known color: Verdun Green. HEX triplet: 50, 4A and 02. RGB value is (80,74,2). Sum of RGB (Red+Green+Blue) = 80+74+2=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #504A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A02 is #AFB5FD. Grayscale: #434343. Windows color (decimal): -11515390 or 150096. OLE color: 150096.
HSL color Cylindrical-coordinate representation of color #504A02: hue angle of 55.38º 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 #504A02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 2 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.69 |
| HSL | 55.38º | 0.95% | 0.16% | - |
| HSV(B) | 55.38º | 0.98% | 0.31% | - |
| XYZ | 5.77 | 6.61 | 1.03 | - |
| YUV | 67.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 2 | 0 | 0.08 | 0.98 | 0.69 | 55.38 | 0.95 | 0.16 |
| Hex | 50 | 4A | 2 | 0 | 8 | 62 | 45 | 37 | 5F | 10 |
| Octal | 120 | 112 | 2 | 0 | 10 | 142 | 105 | 67 | 137 | 20 |
| Binary | 1010000 | 1001010 | 10 | 0 | 1000 | 1100010 | 1000101 | 110111 | 1011111 | 10000 |
Color Harmonies of #504A02
Complementary color
Monochromatic Colors of #504A02
Black with #504A02
Text Example
Text Example
White with #504A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A02; }
p { color: rgb(80,74,2); }
H1.HeaderClassName
{
color: #504A02;
}
.AnyTagClassName
{
color: #504A02;
}
</style>
background-color css
<style>
a { background-color: #504A02; }
a { background-color: rgb(80,74,2); }
div.DivClassName
{
background-color: #504A02;
}
.BgClassName
{
background-color: #504A02;
}
</style>
border-color css
<style>
span { border-color: #504A02; }
span { border-color: rgb(80,74,2); }
td.TdClassName
{
border-color: #504A02;
}
.TagClassName
{
border-color: #504A02;
}
</style>