Shades of Dark Olive Green #546330
Tints of Dark Olive Green #546330
RGB
CMYK
RGB Variations
Color information
#546330 (or 0x546330) is known color: Dark Olive Green. HEX triplet: 54, 63 and 30. RGB value is (84,99,48). Sum of RGB (Red+Green+Blue) = 84+99+48=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #546330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546330 is #AB9CCF. Grayscale: #585858. Windows color (decimal): -11246800 or 3171156. OLE color: 3171156.
HSL color Cylindrical-coordinate representation of color #546330: hue angle of 77.65º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546330 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 48 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.61 |
| HSL | 77.65º | 0.35% | 0.29% | - |
| HSV(B) | 77.65º | 0.52% | 0.39% | - |
| XYZ | 8.65 | 11.02 | 4.47 | - |
| YUV | 88.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 48 | 0.15 | 0 | 0.52 | 0.61 | 77.65 | 0.35 | 0.29 |
| Hex | 54 | 63 | 30 | F | 0 | 34 | 3D | 4E | 23 | 1D |
| Octal | 124 | 143 | 60 | 17 | 0 | 64 | 75 | 116 | 43 | 35 |
| Binary | 1010100 | 1100011 | 110000 | 1111 | 0 | 110100 | 111101 | 1001110 | 100011 | 11101 |
Color Harmonies of #546330
Complementary color
Monochromatic Colors of #546330
Black with #546330
Text Example
Text Example
White with #546330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546330; }
p { color: rgb(84,99,48); }
H1.HeaderClassName
{
color: #546330;
}
.AnyTagClassName
{
color: #546330;
}
</style>
background-color css
<style>
a { background-color: #546330; }
a { background-color: rgb(84,99,48); }
div.DivClassName
{
background-color: #546330;
}
.BgClassName
{
background-color: #546330;
}
</style>
border-color css
<style>
span { border-color: #546330; }
span { border-color: rgb(84,99,48); }
td.TdClassName
{
border-color: #546330;
}
.TagClassName
{
border-color: #546330;
}
</style>