Shades of Dark Olive Green #54642B
Tints of Dark Olive Green #54642B
RGB
CMYK
RGB Variations
Color information
#54642B (or 0x54642B) is known color: Dark Olive Green. HEX triplet: 54, 64 and 2B. RGB value is (84,100,43). Sum of RGB (Red+Green+Blue) = 84+100+43=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #54642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54642B is #AB9BD4. Grayscale: #585858. Windows color (decimal): -11246549 or 2843732. OLE color: 2843732.
HSL color Cylindrical-coordinate representation of color #54642B: hue angle of 76.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54642B is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 43 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.61 |
| HSL | 76.84º | 0.4% | 0.28% | - |
| HSV(B) | 76.84º | 0.57% | 0.39% | - |
| XYZ | 8.65 | 11.17 | 3.99 | - |
| YUV | 88.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 43 | 0.16 | 0 | 0.57 | 0.61 | 76.84 | 0.4 | 0.28 |
| Hex | 54 | 64 | 2B | 10 | 0 | 39 | 3D | 4D | 28 | 1C |
| Octal | 124 | 144 | 53 | 20 | 0 | 71 | 75 | 115 | 50 | 34 |
| Binary | 1010100 | 1100100 | 101011 | 10000 | 0 | 111001 | 111101 | 1001101 | 101000 | 11100 |
Color Harmonies of #54642B
Complementary color
Monochromatic Colors of #54642B
Black with #54642B
Text Example
Text Example
White with #54642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54642B; }
p { color: rgb(84,100,43); }
H1.HeaderClassName
{
color: #54642B;
}
.AnyTagClassName
{
color: #54642B;
}
</style>
background-color css
<style>
a { background-color: #54642B; }
a { background-color: rgb(84,100,43); }
div.DivClassName
{
background-color: #54642B;
}
.BgClassName
{
background-color: #54642B;
}
</style>
border-color css
<style>
span { border-color: #54642B; }
span { border-color: rgb(84,100,43); }
td.TdClassName
{
border-color: #54642B;
}
.TagClassName
{
border-color: #54642B;
}
</style>