Shades of Dark Olive Green #546332
Tints of Dark Olive Green #546332
RGB
CMYK
RGB Variations
Color information
#546332 (or 0x546332) is known color: Dark Olive Green. HEX triplet: 54, 63 and 32. RGB value is (84,99,50). Sum of RGB (Red+Green+Blue) = 84+99+50=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #546332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546332 is #AB9CCD. Grayscale: #595959. Windows color (decimal): -11246798 or 3302228. OLE color: 3302228.
HSL color Cylindrical-coordinate representation of color #546332: hue angle of 78.37º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #546332 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 50 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.61 |
| HSL | 78.37º | 0.33% | 0.29% | - |
| HSV(B) | 78.37º | 0.49% | 0.39% | - |
| XYZ | 8.69 | 11.04 | 4.69 | - |
| YUV | 88.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 50 | 0.15 | 0 | 0.49 | 0.61 | 78.37 | 0.33 | 0.29 |
| Hex | 54 | 63 | 32 | F | 0 | 31 | 3D | 4E | 21 | 1D |
| Octal | 124 | 143 | 62 | 17 | 0 | 61 | 75 | 116 | 41 | 35 |
| Binary | 1010100 | 1100011 | 110010 | 1111 | 0 | 110001 | 111101 | 1001110 | 100001 | 11101 |
Color Harmonies of #546332
Complementary color
Monochromatic Colors of #546332
Black with #546332
Text Example
Text Example
White with #546332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546332; }
p { color: rgb(84,99,50); }
H1.HeaderClassName
{
color: #546332;
}
.AnyTagClassName
{
color: #546332;
}
</style>
background-color css
<style>
a { background-color: #546332; }
a { background-color: rgb(84,99,50); }
div.DivClassName
{
background-color: #546332;
}
.BgClassName
{
background-color: #546332;
}
</style>
border-color css
<style>
span { border-color: #546332; }
span { border-color: rgb(84,99,50); }
td.TdClassName
{
border-color: #546332;
}
.TagClassName
{
border-color: #546332;
}
</style>