Shades of Dark Olive Green #546036
Tints of Dark Olive Green #546036
RGB
CMYK
RGB Variations
Color information
#546036 (or 0x546036) is known color: Dark Olive Green. HEX triplet: 54, 60 and 36. RGB value is (84,96,54). Sum of RGB (Red+Green+Blue) = 84+96+54=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #546036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546036 is #AB9FC9. Grayscale: #575757. Windows color (decimal): -11247562 or 3563604. OLE color: 3563604.
HSL color Cylindrical-coordinate representation of color #546036: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546036 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 54 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.62 |
| HSL | 77.14º | 0.28% | 0.29% | - |
| HSV(B) | 77.14º | 0.44% | 0.38% | - |
| XYZ | 8.5 | 10.52 | 5.07 | - |
| YUV | 87.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 54 | 0.12 | 0 | 0.44 | 0.62 | 77.14 | 0.28 | 0.29 |
| Hex | 54 | 60 | 36 | C | 0 | 2C | 3E | 4D | 1C | 1D |
| Octal | 124 | 140 | 66 | 14 | 0 | 54 | 76 | 115 | 34 | 35 |
| Binary | 1010100 | 1100000 | 110110 | 1100 | 0 | 101100 | 111110 | 1001101 | 11100 | 11101 |
Color Harmonies of #546036
Complementary color
Monochromatic Colors of #546036
Black with #546036
Text Example
Text Example
White with #546036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546036; }
p { color: rgb(84,96,54); }
H1.HeaderClassName
{
color: #546036;
}
.AnyTagClassName
{
color: #546036;
}
</style>
background-color css
<style>
a { background-color: #546036; }
a { background-color: rgb(84,96,54); }
div.DivClassName
{
background-color: #546036;
}
.BgClassName
{
background-color: #546036;
}
</style>
border-color css
<style>
span { border-color: #546036; }
span { border-color: rgb(84,96,54); }
td.TdClassName
{
border-color: #546036;
}
.TagClassName
{
border-color: #546036;
}
</style>