Shades of Dark Olive Green #546339
Tints of Dark Olive Green #546339
RGB
CMYK
RGB Variations
Color information
#546339 (or 0x546339) is known color: Dark Olive Green. HEX triplet: 54, 63 and 39. RGB value is (84,99,57). Sum of RGB (Red+Green+Blue) = 84+99+57=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #546339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546339 is #AB9CC6. Grayscale: #595959. Windows color (decimal): -11246791 or 3760980. OLE color: 3760980.
HSL color Cylindrical-coordinate representation of color #546339: hue angle of 81.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546339 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 57 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.61 |
| HSL | 81.43º | 0.27% | 0.31% | - |
| HSV(B) | 81.43º | 0.42% | 0.39% | - |
| XYZ | 8.86 | 11.1 | 5.55 | - |
| YUV | 89.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 57 | 0.15 | 0 | 0.42 | 0.61 | 81.43 | 0.27 | 0.31 |
| Hex | 54 | 63 | 39 | F | 0 | 2A | 3D | 51 | 1B | 1F |
| Octal | 124 | 143 | 71 | 17 | 0 | 52 | 75 | 121 | 33 | 37 |
| Binary | 1010100 | 1100011 | 111001 | 1111 | 0 | 101010 | 111101 | 1010001 | 11011 | 11111 |
Color Harmonies of #546339
Complementary color
Monochromatic Colors of #546339
Black with #546339
Text Example
Text Example
White with #546339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546339; }
p { color: rgb(84,99,57); }
H1.HeaderClassName
{
color: #546339;
}
.AnyTagClassName
{
color: #546339;
}
</style>
background-color css
<style>
a { background-color: #546339; }
a { background-color: rgb(84,99,57); }
div.DivClassName
{
background-color: #546339;
}
.BgClassName
{
background-color: #546339;
}
</style>
border-color css
<style>
span { border-color: #546339; }
span { border-color: rgb(84,99,57); }
td.TdClassName
{
border-color: #546339;
}
.TagClassName
{
border-color: #546339;
}
</style>