Shades of Dark Olive Green #546B2D
Tints of Dark Olive Green #546B2D
RGB
CMYK
RGB Variations
Color information
#546B2D (or 0x546B2D) is known color: Dark Olive Green. HEX triplet: 54, 6B and 2D. RGB value is (84,107,45). Sum of RGB (Red+Green+Blue) = 84+107+45=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #546B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B2D is #AB94D2. Grayscale: #5D5D5D. Windows color (decimal): -11244755 or 2976596. OLE color: 2976596.
HSL color Cylindrical-coordinate representation of color #546B2D: hue angle of 82.26º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #546B2D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 107 | 45 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.58 |
| HSL | 82.26º | 0.41% | 0.3% | - |
| HSV(B) | 82.26º | 0.58% | 0.42% | - |
| XYZ | 9.39 | 12.59 | 4.42 | - |
| YUV | 93.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 45 | 0.21 | 0 | 0.58 | 0.58 | 82.26 | 0.41 | 0.3 |
| Hex | 54 | 6B | 2D | 15 | 0 | 3A | 3A | 52 | 29 | 1E |
| Octal | 124 | 153 | 55 | 25 | 0 | 72 | 72 | 122 | 51 | 36 |
| Binary | 1010100 | 1101011 | 101101 | 10101 | 0 | 111010 | 111010 | 1010010 | 101001 | 11110 |
Color Harmonies of #546B2D
Complementary color
Monochromatic Colors of #546B2D
Black with #546B2D
Text Example
Text Example
White with #546B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B2D; }
p { color: rgb(84,107,45); }
H1.HeaderClassName
{
color: #546B2D;
}
.AnyTagClassName
{
color: #546B2D;
}
</style>
background-color css
<style>
a { background-color: #546B2D; }
a { background-color: rgb(84,107,45); }
div.DivClassName
{
background-color: #546B2D;
}
.BgClassName
{
background-color: #546B2D;
}
</style>
border-color css
<style>
span { border-color: #546B2D; }
span { border-color: rgb(84,107,45); }
td.TdClassName
{
border-color: #546B2D;
}
.TagClassName
{
border-color: #546B2D;
}
</style>