Shades of Dark Olive Green #546034
Tints of Dark Olive Green #546034
RGB
CMYK
RGB Variations
Color information
#546034 (or 0x546034) is known color: Dark Olive Green. HEX triplet: 54, 60 and 34. RGB value is (84,96,52). Sum of RGB (Red+Green+Blue) = 84+96+52=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #546034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546034 is #AB9FCB. Grayscale: #575757. Windows color (decimal): -11247564 or 3432532. OLE color: 3432532.
HSL color Cylindrical-coordinate representation of color #546034: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546034 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 52 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.62 |
| HSL | 76.36º | 0.3% | 0.29% | - |
| HSV(B) | 76.36º | 0.46% | 0.38% | - |
| XYZ | 8.46 | 10.5 | 4.83 | - |
| YUV | 87.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 52 | 0.12 | 0 | 0.46 | 0.62 | 76.36 | 0.3 | 0.29 |
| Hex | 54 | 60 | 34 | C | 0 | 2E | 3E | 4C | 1E | 1D |
| Octal | 124 | 140 | 64 | 14 | 0 | 56 | 76 | 114 | 36 | 35 |
| Binary | 1010100 | 1100000 | 110100 | 1100 | 0 | 101110 | 111110 | 1001100 | 11110 | 11101 |
Color Harmonies of #546034
Complementary color
Monochromatic Colors of #546034
Black with #546034
Text Example
Text Example
White with #546034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546034; }
p { color: rgb(84,96,52); }
H1.HeaderClassName
{
color: #546034;
}
.AnyTagClassName
{
color: #546034;
}
</style>
background-color css
<style>
a { background-color: #546034; }
a { background-color: rgb(84,96,52); }
div.DivClassName
{
background-color: #546034;
}
.BgClassName
{
background-color: #546034;
}
</style>
border-color css
<style>
span { border-color: #546034; }
span { border-color: rgb(84,96,52); }
td.TdClassName
{
border-color: #546034;
}
.TagClassName
{
border-color: #546034;
}
</style>