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