Shades of Verdun Green #504B0B
Tints of Verdun Green #504B0B
RGB
CMYK
RGB Variations
Color information
#504B0B (or 0x504B0B) is known color: Verdun Green. HEX triplet: 50, 4B and 0B. RGB value is (80,75,11). Sum of RGB (Red+Green+Blue) = 80+75+11=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0B is #AFB4F4. Grayscale: #454545. Windows color (decimal): -11515125 or 740176. OLE color: 740176.
HSL color Cylindrical-coordinate representation of color #504B0B: hue angle of 55.65º 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 #504B0B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 11 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.69 |
| HSL | 55.65º | 0.76% | 0.18% | - |
| HSV(B) | 55.65º | 0.86% | 0.31% | - |
| XYZ | 5.88 | 6.76 | 1.31 | - |
| YUV | 69.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 11 | 0 | 0.06 | 0.86 | 0.69 | 55.65 | 0.76 | 0.18 |
| Hex | 50 | 4B | B | 0 | 6 | 56 | 45 | 38 | 4C | 12 |
| Octal | 120 | 113 | 13 | 0 | 6 | 126 | 105 | 70 | 114 | 22 |
| Binary | 1010000 | 1001011 | 1011 | 0 | 110 | 1010110 | 1000101 | 111000 | 1001100 | 10010 |
Color Harmonies of #504B0B
Complementary color
Monochromatic Colors of #504B0B
Black with #504B0B
Text Example
Text Example
White with #504B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B0B; }
p { color: rgb(80,75,11); }
H1.HeaderClassName
{
color: #504B0B;
}
.AnyTagClassName
{
color: #504B0B;
}
</style>
background-color css
<style>
a { background-color: #504B0B; }
a { background-color: rgb(80,75,11); }
div.DivClassName
{
background-color: #504B0B;
}
.BgClassName
{
background-color: #504B0B;
}
</style>
border-color css
<style>
span { border-color: #504B0B; }
span { border-color: rgb(80,75,11); }
td.TdClassName
{
border-color: #504B0B;
}
.TagClassName
{
border-color: #504B0B;
}
</style>