Shades of Dark Olive Green #546538
Tints of Dark Olive Green #546538
RGB
CMYK
RGB Variations
Color information
#546538 (or 0x546538) is known color: Dark Olive Green. HEX triplet: 54, 65 and 38. RGB value is (84,101,56). Sum of RGB (Red+Green+Blue) = 84+101+56=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #546538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546538 is #AB9AC7. Grayscale: #5A5A5A. Windows color (decimal): -11246280 or 3695956. OLE color: 3695956.
HSL color Cylindrical-coordinate representation of color #546538: hue angle of 82.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #546538 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 56 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.60 |
| HSL | 82.67º | 0.29% | 0.31% | - |
| HSV(B) | 82.67º | 0.45% | 0.4% | - |
| XYZ | 9.02 | 11.48 | 5.48 | - |
| YUV | 90.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 56 | 0.17 | 0 | 0.45 | 0.60 | 82.67 | 0.29 | 0.31 |
| Hex | 54 | 65 | 38 | 11 | 0 | 2D | 3C | 53 | 1D | 1F |
| Octal | 124 | 145 | 70 | 21 | 0 | 55 | 74 | 123 | 35 | 37 |
| Binary | 1010100 | 1100101 | 111000 | 10001 | 0 | 101101 | 111100 | 1010011 | 11101 | 11111 |
Color Harmonies of #546538
Complementary color
Monochromatic Colors of #546538
Black with #546538
Text Example
Text Example
White with #546538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546538; }
p { color: rgb(84,101,56); }
H1.HeaderClassName
{
color: #546538;
}
.AnyTagClassName
{
color: #546538;
}
</style>
background-color css
<style>
a { background-color: #546538; }
a { background-color: rgb(84,101,56); }
div.DivClassName
{
background-color: #546538;
}
.BgClassName
{
background-color: #546538;
}
</style>
border-color css
<style>
span { border-color: #546538; }
span { border-color: rgb(84,101,56); }
td.TdClassName
{
border-color: #546538;
}
.TagClassName
{
border-color: #546538;
}
</style>