Shades of Dark Olive Green #546C34
Tints of Dark Olive Green #546C34
RGB
CMYK
RGB Variations
Color information
#546C34 (or 0x546C34) is known color: Dark Olive Green. HEX triplet: 54, 6C and 34. RGB value is (84,108,52). Sum of RGB (Red+Green+Blue) = 84+108+52=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #546C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C34 is #AB93CB. Grayscale: #5E5E5E. Windows color (decimal): -11244492 or 3435604. OLE color: 3435604.
HSL color Cylindrical-coordinate representation of color #546C34: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546C34 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 52 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.58 |
| HSL | 85.71º | 0.35% | 0.31% | - |
| HSV(B) | 85.71º | 0.52% | 0.42% | - |
| XYZ | 9.64 | 12.86 | 5.22 | - |
| YUV | 94.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 52 | 0.22 | 0 | 0.52 | 0.58 | 85.71 | 0.35 | 0.31 |
| Hex | 54 | 6C | 34 | 16 | 0 | 34 | 3A | 56 | 23 | 1F |
| Octal | 124 | 154 | 64 | 26 | 0 | 64 | 72 | 126 | 43 | 37 |
| Binary | 1010100 | 1101100 | 110100 | 10110 | 0 | 110100 | 111010 | 1010110 | 100011 | 11111 |
Color Harmonies of #546C34
Complementary color
Monochromatic Colors of #546C34
Black with #546C34
Text Example
Text Example
White with #546C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C34; }
p { color: rgb(84,108,52); }
H1.HeaderClassName
{
color: #546C34;
}
.AnyTagClassName
{
color: #546C34;
}
</style>
background-color css
<style>
a { background-color: #546C34; }
a { background-color: rgb(84,108,52); }
div.DivClassName
{
background-color: #546C34;
}
.BgClassName
{
background-color: #546C34;
}
</style>
border-color css
<style>
span { border-color: #546C34; }
span { border-color: rgb(84,108,52); }
td.TdClassName
{
border-color: #546C34;
}
.TagClassName
{
border-color: #546C34;
}
</style>