Shades of Dark Olive Green #546825
Tints of Dark Olive Green #546825
RGB
CMYK
RGB Variations
Color information
#546825 (or 0x546825) is known color: Dark Olive Green. HEX triplet: 54, 68 and 25. RGB value is (84,104,37). Sum of RGB (Red+Green+Blue) = 84+104+37=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #546825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546825 is #AB97DA. Grayscale: #5A5A5A. Windows color (decimal): -11245531 or 2451540. OLE color: 2451540.
HSL color Cylindrical-coordinate representation of color #546825: hue angle of 77.91º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546825 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 37 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.59 |
| HSL | 77.91º | 0.48% | 0.28% | - |
| HSV(B) | 77.91º | 0.64% | 0.41% | - |
| XYZ | 8.94 | 11.92 | 3.58 | - |
| YUV | 90.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 37 | 0.19 | 0 | 0.64 | 0.59 | 77.91 | 0.48 | 0.28 |
| Hex | 54 | 68 | 25 | 13 | 0 | 40 | 3B | 4E | 30 | 1C |
| Octal | 124 | 150 | 45 | 23 | 0 | 100 | 73 | 116 | 60 | 34 |
| Binary | 1010100 | 1101000 | 100101 | 10011 | 0 | 1000000 | 111011 | 1001110 | 110000 | 11100 |
Color Harmonies of #546825
Complementary color
Monochromatic Colors of #546825
Black with #546825
Text Example
Text Example
White with #546825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546825; }
p { color: rgb(84,104,37); }
H1.HeaderClassName
{
color: #546825;
}
.AnyTagClassName
{
color: #546825;
}
</style>
background-color css
<style>
a { background-color: #546825; }
a { background-color: rgb(84,104,37); }
div.DivClassName
{
background-color: #546825;
}
.BgClassName
{
background-color: #546825;
}
</style>
border-color css
<style>
span { border-color: #546825; }
span { border-color: rgb(84,104,37); }
td.TdClassName
{
border-color: #546825;
}
.TagClassName
{
border-color: #546825;
}
</style>