Shades of Verdun Green #504B0D
Tints of Verdun Green #504B0D
RGB
CMYK
RGB Variations
Color information
#504B0D (or 0x504B0D) is known color: Verdun Green. HEX triplet: 50, 4B and 0D. RGB value is (80,75,13). Sum of RGB (Red+Green+Blue) = 80+75+13=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0D is #AFB4F2. Grayscale: #454545. Windows color (decimal): -11515123 or 871248. OLE color: 871248.
HSL color Cylindrical-coordinate representation of color #504B0D: hue angle of 55.52º 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 #504B0D is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 13 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.69 |
| HSL | 55.52º | 0.72% | 0.18% | - |
| HSV(B) | 55.52º | 0.84% | 0.31% | - |
| XYZ | 5.9 | 6.77 | 1.38 | - |
| YUV | 69.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 13 | 0 | 0.06 | 0.84 | 0.69 | 55.52 | 0.72 | 0.18 |
| Hex | 50 | 4B | D | 0 | 6 | 54 | 45 | 38 | 48 | 12 |
| Octal | 120 | 113 | 15 | 0 | 6 | 124 | 105 | 70 | 110 | 22 |
| Binary | 1010000 | 1001011 | 1101 | 0 | 110 | 1010100 | 1000101 | 111000 | 1001000 | 10010 |
Color Harmonies of #504B0D
Complementary color
Monochromatic Colors of #504B0D
Black with #504B0D
Text Example
Text Example
White with #504B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B0D; }
p { color: rgb(80,75,13); }
H1.HeaderClassName
{
color: #504B0D;
}
.AnyTagClassName
{
color: #504B0D;
}
</style>
background-color css
<style>
a { background-color: #504B0D; }
a { background-color: rgb(80,75,13); }
div.DivClassName
{
background-color: #504B0D;
}
.BgClassName
{
background-color: #504B0D;
}
</style>
border-color css
<style>
span { border-color: #504B0D; }
span { border-color: rgb(80,75,13); }
td.TdClassName
{
border-color: #504B0D;
}
.TagClassName
{
border-color: #504B0D;
}
</style>