Shades of Verdun Green #504F02
Tints of Verdun Green #504F02
RGB
CMYK
RGB Variations
Color information
#504F02 (or 0x504F02) is known color: Verdun Green. HEX triplet: 50, 4F and 02. RGB value is (80,79,2). Sum of RGB (Red+Green+Blue) = 80+79+2=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #504F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F02 is #AFB0FD. Grayscale: #464646. Windows color (decimal): -11514110 or 151376. OLE color: 151376.
HSL color Cylindrical-coordinate representation of color #504F02: hue angle of 59.23º 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 #504F02 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.69 |
| HSL | 59.23º | 0.95% | 0.16% | - |
| HSV(B) | 59.23º | 0.98% | 0.31% | - |
| XYZ | 6.12 | 7.3 | 1.14 | - |
| YUV | 70.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 2 | 0 | 0.01 | 0.98 | 0.69 | 59.23 | 0.95 | 0.16 |
| Hex | 50 | 4F | 2 | 0 | 1 | 62 | 45 | 3B | 5F | 10 |
| Octal | 120 | 117 | 2 | 0 | 1 | 142 | 105 | 73 | 137 | 20 |
| Binary | 1010000 | 1001111 | 10 | 0 | 1 | 1100010 | 1000101 | 111011 | 1011111 | 10000 |
Color Harmonies of #504F02
Complementary color
Monochromatic Colors of #504F02
Black with #504F02
Text Example
Text Example
White with #504F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F02; }
p { color: rgb(80,79,2); }
H1.HeaderClassName
{
color: #504F02;
}
.AnyTagClassName
{
color: #504F02;
}
</style>
background-color css
<style>
a { background-color: #504F02; }
a { background-color: rgb(80,79,2); }
div.DivClassName
{
background-color: #504F02;
}
.BgClassName
{
background-color: #504F02;
}
</style>
border-color css
<style>
span { border-color: #504F02; }
span { border-color: rgb(80,79,2); }
td.TdClassName
{
border-color: #504F02;
}
.TagClassName
{
border-color: #504F02;
}
</style>