Shades of Dark Olive Green #546334
Tints of Dark Olive Green #546334
RGB
CMYK
RGB Variations
Color information
#546334 (or 0x546334) is known color: Dark Olive Green. HEX triplet: 54, 63 and 34. RGB value is (84,99,52). Sum of RGB (Red+Green+Blue) = 84+99+52=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #546334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546334 is #AB9CCB. Grayscale: #595959. Windows color (decimal): -11246796 or 3433300. OLE color: 3433300.
HSL color Cylindrical-coordinate representation of color #546334: hue angle of 79.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #546334 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 52 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.61 |
| HSL | 79.15º | 0.31% | 0.3% | - |
| HSV(B) | 79.15º | 0.47% | 0.39% | - |
| XYZ | 8.74 | 11.06 | 4.92 | - |
| YUV | 89.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 52 | 0.15 | 0 | 0.47 | 0.61 | 79.15 | 0.31 | 0.3 |
| Hex | 54 | 63 | 34 | F | 0 | 2F | 3D | 4F | 1F | 1E |
| Octal | 124 | 143 | 64 | 17 | 0 | 57 | 75 | 117 | 37 | 36 |
| Binary | 1010100 | 1100011 | 110100 | 1111 | 0 | 101111 | 111101 | 1001111 | 11111 | 11110 |
Color Harmonies of #546334
Complementary color
Monochromatic Colors of #546334
Black with #546334
Text Example
Text Example
White with #546334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546334; }
p { color: rgb(84,99,52); }
H1.HeaderClassName
{
color: #546334;
}
.AnyTagClassName
{
color: #546334;
}
</style>
background-color css
<style>
a { background-color: #546334; }
a { background-color: rgb(84,99,52); }
div.DivClassName
{
background-color: #546334;
}
.BgClassName
{
background-color: #546334;
}
</style>
border-color css
<style>
span { border-color: #546334; }
span { border-color: rgb(84,99,52); }
td.TdClassName
{
border-color: #546334;
}
.TagClassName
{
border-color: #546334;
}
</style>