Shades of Verdun Green #504C0B
Tints of Verdun Green #504C0B
RGB
CMYK
RGB Variations
Color information
#504C0B (or 0x504C0B) is known color: Verdun Green. HEX triplet: 50, 4C and 0B. RGB value is (80,76,11). Sum of RGB (Red+Green+Blue) = 80+76+11=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C0B is #AFB3F4. Grayscale: #464646. Windows color (decimal): -11514869 or 740432. OLE color: 740432.
HSL color Cylindrical-coordinate representation of color #504C0B: hue angle of 56.52º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #504C0B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 11 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.69 |
| HSL | 56.52º | 0.76% | 0.18% | - |
| HSV(B) | 56.52º | 0.86% | 0.31% | - |
| XYZ | 5.95 | 6.9 | 1.33 | - |
| YUV | 69.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 11 | 0 | 0.05 | 0.86 | 0.69 | 56.52 | 0.76 | 0.18 |
| Hex | 50 | 4C | B | 0 | 5 | 56 | 45 | 39 | 4C | 12 |
| Octal | 120 | 114 | 13 | 0 | 5 | 126 | 105 | 71 | 114 | 22 |
| Binary | 1010000 | 1001100 | 1011 | 0 | 101 | 1010110 | 1000101 | 111001 | 1001100 | 10010 |
Color Harmonies of #504C0B
Complementary color
Monochromatic Colors of #504C0B
Black with #504C0B
Text Example
Text Example
White with #504C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C0B; }
p { color: rgb(80,76,11); }
H1.HeaderClassName
{
color: #504C0B;
}
.AnyTagClassName
{
color: #504C0B;
}
</style>
background-color css
<style>
a { background-color: #504C0B; }
a { background-color: rgb(80,76,11); }
div.DivClassName
{
background-color: #504C0B;
}
.BgClassName
{
background-color: #504C0B;
}
</style>
border-color css
<style>
span { border-color: #504C0B; }
span { border-color: rgb(80,76,11); }
td.TdClassName
{
border-color: #504C0B;
}
.TagClassName
{
border-color: #504C0B;
}
</style>