Shades of Dark Olive Green #546C30
Tints of Dark Olive Green #546C30
RGB
CMYK
RGB Variations
Color information
#546C30 (or 0x546C30) is known color: Dark Olive Green. HEX triplet: 54, 6C and 30. RGB value is (84,108,48). Sum of RGB (Red+Green+Blue) = 84+108+48=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #546C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C30 is #AB93CF. Grayscale: #5E5E5E. Windows color (decimal): -11244496 or 3173460. OLE color: 3173460.
HSL color Cylindrical-coordinate representation of color #546C30: hue angle of 84º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #546C30 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 48 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.58 |
| HSL | 84º | 0.38% | 0.31% | - |
| HSV(B) | 84º | 0.56% | 0.42% | - |
| XYZ | 9.55 | 12.82 | 4.77 | - |
| YUV | 93.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 48 | 0.22 | 0 | 0.56 | 0.58 | 84 | 0.38 | 0.31 |
| Hex | 54 | 6C | 30 | 16 | 0 | 38 | 3A | 54 | 26 | 1F |
| Octal | 124 | 154 | 60 | 26 | 0 | 70 | 72 | 124 | 46 | 37 |
| Binary | 1010100 | 1101100 | 110000 | 10110 | 0 | 111000 | 111010 | 1010100 | 100110 | 11111 |
Color Harmonies of #546C30
Complementary color
Monochromatic Colors of #546C30
Black with #546C30
Text Example
Text Example
White with #546C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C30; }
p { color: rgb(84,108,48); }
H1.HeaderClassName
{
color: #546C30;
}
.AnyTagClassName
{
color: #546C30;
}
</style>
background-color css
<style>
a { background-color: #546C30; }
a { background-color: rgb(84,108,48); }
div.DivClassName
{
background-color: #546C30;
}
.BgClassName
{
background-color: #546C30;
}
</style>
border-color css
<style>
span { border-color: #546C30; }
span { border-color: rgb(84,108,48); }
td.TdClassName
{
border-color: #546C30;
}
.TagClassName
{
border-color: #546C30;
}
</style>