Shades of Dark Olive Green #546539
Tints of Dark Olive Green #546539
RGB
CMYK
RGB Variations
Color information
#546539 (or 0x546539) is known color: Dark Olive Green. HEX triplet: 54, 65 and 39. RGB value is (84,101,57). Sum of RGB (Red+Green+Blue) = 84+101+57=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #546539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546539 is #AB9AC6. Grayscale: #5B5B5B. Windows color (decimal): -11246279 or 3761492. OLE color: 3761492.
HSL color Cylindrical-coordinate representation of color #546539: hue angle of 83.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546539 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 57 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.60 |
| HSL | 83.18º | 0.28% | 0.31% | - |
| HSV(B) | 83.18º | 0.44% | 0.4% | - |
| XYZ | 9.05 | 11.49 | 5.61 | - |
| YUV | 90.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 57 | 0.17 | 0 | 0.44 | 0.60 | 83.18 | 0.28 | 0.31 |
| Hex | 54 | 65 | 39 | 11 | 0 | 2C | 3C | 53 | 1C | 1F |
| Octal | 124 | 145 | 71 | 21 | 0 | 54 | 74 | 123 | 34 | 37 |
| Binary | 1010100 | 1100101 | 111001 | 10001 | 0 | 101100 | 111100 | 1010011 | 11100 | 11111 |
Color Harmonies of #546539
Complementary color
Monochromatic Colors of #546539
Black with #546539
Text Example
Text Example
White with #546539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546539; }
p { color: rgb(84,101,57); }
H1.HeaderClassName
{
color: #546539;
}
.AnyTagClassName
{
color: #546539;
}
</style>
background-color css
<style>
a { background-color: #546539; }
a { background-color: rgb(84,101,57); }
div.DivClassName
{
background-color: #546539;
}
.BgClassName
{
background-color: #546539;
}
</style>
border-color css
<style>
span { border-color: #546539; }
span { border-color: rgb(84,101,57); }
td.TdClassName
{
border-color: #546539;
}
.TagClassName
{
border-color: #546539;
}
</style>