Shades of Verdun Green #54530E
Tints of Verdun Green #54530E
RGB
CMYK
RGB Variations
Color information
#54530E (or 0x54530E) is known color: Verdun Green. HEX triplet: 54, 53 and 0E. RGB value is (84,83,14). Sum of RGB (Red+Green+Blue) = 84+83+14=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54530E is #ABACF1. Grayscale: #4B4B4B. Windows color (decimal): -11250930 or 938836. OLE color: 938836.
HSL color Cylindrical-coordinate representation of color #54530E: hue angle of 59.14º 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 #54530E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 14 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.67 |
| HSL | 59.14º | 0.71% | 0.19% | - |
| HSV(B) | 59.14º | 0.83% | 0.33% | - |
| XYZ | 6.83 | 8.1 | 1.62 | - |
| YUV | 75.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 14 | 0 | 0.01 | 0.83 | 0.67 | 59.14 | 0.71 | 0.19 |
| Hex | 54 | 53 | E | 0 | 1 | 53 | 43 | 3B | 47 | 13 |
| Octal | 124 | 123 | 16 | 0 | 1 | 123 | 103 | 73 | 107 | 23 |
| Binary | 1010100 | 1010011 | 1110 | 0 | 1 | 1010011 | 1000011 | 111011 | 1000111 | 10011 |
Color Harmonies of #54530E
Complementary color
Monochromatic Colors of #54530E
Black with #54530E
Text Example
Text Example
White with #54530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54530E; }
p { color: rgb(84,83,14); }
H1.HeaderClassName
{
color: #54530E;
}
.AnyTagClassName
{
color: #54530E;
}
</style>
background-color css
<style>
a { background-color: #54530E; }
a { background-color: rgb(84,83,14); }
div.DivClassName
{
background-color: #54530E;
}
.BgClassName
{
background-color: #54530E;
}
</style>
border-color css
<style>
span { border-color: #54530E; }
span { border-color: rgb(84,83,14); }
td.TdClassName
{
border-color: #54530E;
}
.TagClassName
{
border-color: #54530E;
}
</style>