Shades of Dark Olive Green #546136
Tints of Dark Olive Green #546136
RGB
CMYK
RGB Variations
Color information
#546136 (or 0x546136) is known color: Dark Olive Green. HEX triplet: 54, 61 and 36. RGB value is (84,97,54). Sum of RGB (Red+Green+Blue) = 84+97+54=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #546136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546136 is #AB9EC9. Grayscale: #585858. Windows color (decimal): -11247306 or 3563860. OLE color: 3563860.
HSL color Cylindrical-coordinate representation of color #546136: hue angle of 78.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546136 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 54 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.62 |
| HSL | 78.14º | 0.28% | 0.3% | - |
| HSV(B) | 78.14º | 0.44% | 0.38% | - |
| XYZ | 8.6 | 10.7 | 5.1 | - |
| YUV | 88.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 54 | 0.13 | 0 | 0.44 | 0.62 | 78.14 | 0.28 | 0.3 |
| Hex | 54 | 61 | 36 | D | 0 | 2C | 3E | 4E | 1C | 1E |
| Octal | 124 | 141 | 66 | 15 | 0 | 54 | 76 | 116 | 34 | 36 |
| Binary | 1010100 | 1100001 | 110110 | 1101 | 0 | 101100 | 111110 | 1001110 | 11100 | 11110 |
Color Harmonies of #546136
Complementary color
Monochromatic Colors of #546136
Black with #546136
Text Example
Text Example
White with #546136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546136; }
p { color: rgb(84,97,54); }
H1.HeaderClassName
{
color: #546136;
}
.AnyTagClassName
{
color: #546136;
}
</style>
background-color css
<style>
a { background-color: #546136; }
a { background-color: rgb(84,97,54); }
div.DivClassName
{
background-color: #546136;
}
.BgClassName
{
background-color: #546136;
}
</style>
border-color css
<style>
span { border-color: #546136; }
span { border-color: rgb(84,97,54); }
td.TdClassName
{
border-color: #546136;
}
.TagClassName
{
border-color: #546136;
}
</style>