Shades of Verdun Green #54660E
Tints of Verdun Green #54660E
RGB
CMYK
RGB Variations
Color information
#54660E (or 0x54660E) is known color: Verdun Green. HEX triplet: 54, 66 and 0E. RGB value is (84,102,14). Sum of RGB (Red+Green+Blue) = 84+102+14=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #54660E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54660E is #AB99F1. Grayscale: #565656. Windows color (decimal): -11246066 or 943700. OLE color: 943700.
HSL color Cylindrical-coordinate representation of color #54660E: hue angle of 72.27º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54660E is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 14 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.6 |
| HSL | 72.27º | 0.76% | 0.23% | - |
| HSV(B) | 72.27º | 0.86% | 0.4% | - |
| XYZ | 8.49 | 11.42 | 2.17 | - |
| YUV | 86.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 14 | 0.18 | 0 | 0.86 | 0.6 | 72.27 | 0.76 | 0.23 |
| Hex | 54 | 66 | E | 12 | 0 | 56 | 3C | 48 | 4C | 17 |
| Octal | 124 | 146 | 16 | 22 | 0 | 126 | 74 | 110 | 114 | 27 |
| Binary | 1010100 | 1100110 | 1110 | 10010 | 0 | 1010110 | 111100 | 1001000 | 1001100 | 10111 |
Color Harmonies of #54660E
Complementary color
Monochromatic Colors of #54660E
Black with #54660E
Text Example
Text Example
White with #54660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54660E; }
p { color: rgb(84,102,14); }
H1.HeaderClassName
{
color: #54660E;
}
.AnyTagClassName
{
color: #54660E;
}
</style>
background-color css
<style>
a { background-color: #54660E; }
a { background-color: rgb(84,102,14); }
div.DivClassName
{
background-color: #54660E;
}
.BgClassName
{
background-color: #54660E;
}
</style>
border-color css
<style>
span { border-color: #54660E; }
span { border-color: rgb(84,102,14); }
td.TdClassName
{
border-color: #54660E;
}
.TagClassName
{
border-color: #54660E;
}
</style>