Shades of Dark Olive Green #546625
Tints of Dark Olive Green #546625
RGB
CMYK
RGB Variations
Color information
#546625 (or 0x546625) is known color: Dark Olive Green. HEX triplet: 54, 66 and 25. RGB value is (84,102,37). Sum of RGB (Red+Green+Blue) = 84+102+37=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #546625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546625 is #AB99DA. Grayscale: #595959. Windows color (decimal): -11246043 or 2451028. OLE color: 2451028.
HSL color Cylindrical-coordinate representation of color #546625: hue angle of 76.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546625 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 37 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.6 |
| HSL | 76.62º | 0.47% | 0.27% | - |
| HSV(B) | 76.62º | 0.64% | 0.4% | - |
| XYZ | 8.74 | 11.52 | 3.51 | - |
| YUV | 89.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 37 | 0.18 | 0 | 0.64 | 0.6 | 76.62 | 0.47 | 0.27 |
| Hex | 54 | 66 | 25 | 12 | 0 | 40 | 3C | 4D | 2F | 1B |
| Octal | 124 | 146 | 45 | 22 | 0 | 100 | 74 | 115 | 57 | 33 |
| Binary | 1010100 | 1100110 | 100101 | 10010 | 0 | 1000000 | 111100 | 1001101 | 101111 | 11011 |
Color Harmonies of #546625
Complementary color
Monochromatic Colors of #546625
Black with #546625
Text Example
Text Example
White with #546625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546625; }
p { color: rgb(84,102,37); }
H1.HeaderClassName
{
color: #546625;
}
.AnyTagClassName
{
color: #546625;
}
</style>
background-color css
<style>
a { background-color: #546625; }
a { background-color: rgb(84,102,37); }
div.DivClassName
{
background-color: #546625;
}
.BgClassName
{
background-color: #546625;
}
</style>
border-color css
<style>
span { border-color: #546625; }
span { border-color: rgb(84,102,37); }
td.TdClassName
{
border-color: #546625;
}
.TagClassName
{
border-color: #546625;
}
</style>