Shades of Verdun Green #54510D
Tints of Verdun Green #54510D
RGB
CMYK
RGB Variations
Color information
#54510D (or 0x54510D) is known color: Verdun Green. HEX triplet: 54, 51 and 0D. RGB value is (84,81,13). Sum of RGB (Red+Green+Blue) = 84+81+13=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54510D is #ABAEF2. Grayscale: #4A4A4A. Windows color (decimal): -11251443 or 872788. OLE color: 872788.
HSL color Cylindrical-coordinate representation of color #54510D: hue angle of 57.46º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54510D is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 13 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.67 |
| HSL | 57.46º | 0.73% | 0.19% | - |
| HSV(B) | 57.46º | 0.85% | 0.33% | - |
| XYZ | 6.67 | 7.8 | 1.53 | - |
| YUV | 74.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 13 | 0 | 0.04 | 0.85 | 0.67 | 57.46 | 0.73 | 0.19 |
| Hex | 54 | 51 | D | 0 | 4 | 55 | 43 | 39 | 49 | 13 |
| Octal | 124 | 121 | 15 | 0 | 4 | 125 | 103 | 71 | 111 | 23 |
| Binary | 1010100 | 1010001 | 1101 | 0 | 100 | 1010101 | 1000011 | 111001 | 1001001 | 10011 |
Color Harmonies of #54510D
Complementary color
Monochromatic Colors of #54510D
Black with #54510D
Text Example
Text Example
White with #54510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54510D; }
p { color: rgb(84,81,13); }
H1.HeaderClassName
{
color: #54510D;
}
.AnyTagClassName
{
color: #54510D;
}
</style>
background-color css
<style>
a { background-color: #54510D; }
a { background-color: rgb(84,81,13); }
div.DivClassName
{
background-color: #54510D;
}
.BgClassName
{
background-color: #54510D;
}
</style>
border-color css
<style>
span { border-color: #54510D; }
span { border-color: rgb(84,81,13); }
td.TdClassName
{
border-color: #54510D;
}
.TagClassName
{
border-color: #54510D;
}
</style>