Shades of Verdun Green #54510E
Tints of Verdun Green #54510E
RGB
CMYK
RGB Variations
Color information
#54510E (or 0x54510E) is known color: Verdun Green. HEX triplet: 54, 51 and 0E. RGB value is (84,81,14). Sum of RGB (Red+Green+Blue) = 84+81+14=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54510E is #ABAEF1. Grayscale: #4A4A4A. Windows color (decimal): -11251442 or 938324. OLE color: 938324.
HSL color Cylindrical-coordinate representation of color #54510E: hue angle of 57.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54510E is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 14 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.67 |
| HSL | 57.43º | 0.71% | 0.19% | - |
| HSV(B) | 57.43º | 0.83% | 0.33% | - |
| XYZ | 6.68 | 7.8 | 1.57 | - |
| YUV | 74.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 14 | 0 | 0.04 | 0.83 | 0.67 | 57.43 | 0.71 | 0.19 |
| Hex | 54 | 51 | E | 0 | 4 | 53 | 43 | 39 | 47 | 13 |
| Octal | 124 | 121 | 16 | 0 | 4 | 123 | 103 | 71 | 107 | 23 |
| Binary | 1010100 | 1010001 | 1110 | 0 | 100 | 1010011 | 1000011 | 111001 | 1000111 | 10011 |
Color Harmonies of #54510E
Complementary color
Monochromatic Colors of #54510E
Black with #54510E
Text Example
Text Example
White with #54510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54510E; }
p { color: rgb(84,81,14); }
H1.HeaderClassName
{
color: #54510E;
}
.AnyTagClassName
{
color: #54510E;
}
</style>
background-color css
<style>
a { background-color: #54510E; }
a { background-color: rgb(84,81,14); }
div.DivClassName
{
background-color: #54510E;
}
.BgClassName
{
background-color: #54510E;
}
</style>
border-color css
<style>
span { border-color: #54510E; }
span { border-color: rgb(84,81,14); }
td.TdClassName
{
border-color: #54510E;
}
.TagClassName
{
border-color: #54510E;
}
</style>