Shades of Dark Olive Green #546431
Tints of Dark Olive Green #546431
RGB
CMYK
RGB Variations
Color information
#546431 (or 0x546431) is known color: Dark Olive Green. HEX triplet: 54, 64 and 31. RGB value is (84,100,49). Sum of RGB (Red+Green+Blue) = 84+100+49=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #546431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546431 is #AB9BCE. Grayscale: #595959. Windows color (decimal): -11246543 or 3236948. OLE color: 3236948.
HSL color Cylindrical-coordinate representation of color #546431: hue angle of 78.82º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #546431 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 49 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.61 |
| HSL | 78.82º | 0.34% | 0.29% | - |
| HSV(B) | 78.82º | 0.51% | 0.39% | - |
| XYZ | 8.77 | 11.22 | 4.61 | - |
| YUV | 89.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 49 | 0.16 | 0 | 0.51 | 0.61 | 78.82 | 0.34 | 0.29 |
| Hex | 54 | 64 | 31 | 10 | 0 | 33 | 3D | 4F | 22 | 1D |
| Octal | 124 | 144 | 61 | 20 | 0 | 63 | 75 | 117 | 42 | 35 |
| Binary | 1010100 | 1100100 | 110001 | 10000 | 0 | 110011 | 111101 | 1001111 | 100010 | 11101 |
Color Harmonies of #546431
Complementary color
Monochromatic Colors of #546431
Black with #546431
Text Example
Text Example
White with #546431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546431; }
p { color: rgb(84,100,49); }
H1.HeaderClassName
{
color: #546431;
}
.AnyTagClassName
{
color: #546431;
}
</style>
background-color css
<style>
a { background-color: #546431; }
a { background-color: rgb(84,100,49); }
div.DivClassName
{
background-color: #546431;
}
.BgClassName
{
background-color: #546431;
}
</style>
border-color css
<style>
span { border-color: #546431; }
span { border-color: rgb(84,100,49); }
td.TdClassName
{
border-color: #546431;
}
.TagClassName
{
border-color: #546431;
}
</style>