Shades of Verdun Green #504C0D
Tints of Verdun Green #504C0D
RGB
CMYK
RGB Variations
Color information
#504C0D (or 0x504C0D) is known color: Verdun Green. HEX triplet: 50, 4C and 0D. RGB value is (80,76,13). Sum of RGB (Red+Green+Blue) = 80+76+13=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C0D is #AFB3F2. Grayscale: #464646. Windows color (decimal): -11514867 or 871504. OLE color: 871504.
HSL color Cylindrical-coordinate representation of color #504C0D: hue angle of 56.42º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #504C0D is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 13 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.69 |
| HSL | 56.42º | 0.72% | 0.18% | - |
| HSV(B) | 56.42º | 0.84% | 0.31% | - |
| XYZ | 5.97 | 6.9 | 1.4 | - |
| YUV | 70.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 13 | 0 | 0.05 | 0.84 | 0.69 | 56.42 | 0.72 | 0.18 |
| Hex | 50 | 4C | D | 0 | 5 | 54 | 45 | 38 | 48 | 12 |
| Octal | 120 | 114 | 15 | 0 | 5 | 124 | 105 | 70 | 110 | 22 |
| Binary | 1010000 | 1001100 | 1101 | 0 | 101 | 1010100 | 1000101 | 111000 | 1001000 | 10010 |
Color Harmonies of #504C0D
Complementary color
Monochromatic Colors of #504C0D
Black with #504C0D
Text Example
Text Example
White with #504C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C0D; }
p { color: rgb(80,76,13); }
H1.HeaderClassName
{
color: #504C0D;
}
.AnyTagClassName
{
color: #504C0D;
}
</style>
background-color css
<style>
a { background-color: #504C0D; }
a { background-color: rgb(80,76,13); }
div.DivClassName
{
background-color: #504C0D;
}
.BgClassName
{
background-color: #504C0D;
}
</style>
border-color css
<style>
span { border-color: #504C0D; }
span { border-color: rgb(80,76,13); }
td.TdClassName
{
border-color: #504C0D;
}
.TagClassName
{
border-color: #504C0D;
}
</style>