Shades of Dark Olive Green #54662C
Tints of Dark Olive Green #54662C
RGB
CMYK
RGB Variations
Color information
#54662C (or 0x54662C) is known color: Dark Olive Green. HEX triplet: 54, 66 and 2C. RGB value is (84,102,44). Sum of RGB (Red+Green+Blue) = 84+102+44=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #54662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54662C is #AB99D3. Grayscale: #5A5A5A. Windows color (decimal): -11246036 or 2909780. OLE color: 2909780.
HSL color Cylindrical-coordinate representation of color #54662C: hue angle of 78.62º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54662C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 44 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.6 |
| HSL | 78.62º | 0.4% | 0.29% | - |
| HSV(B) | 78.62º | 0.57% | 0.4% | - |
| XYZ | 8.86 | 11.57 | 4.15 | - |
| YUV | 90.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 44 | 0.18 | 0 | 0.57 | 0.6 | 78.62 | 0.4 | 0.29 |
| Hex | 54 | 66 | 2C | 12 | 0 | 39 | 3C | 4F | 28 | 1D |
| Octal | 124 | 146 | 54 | 22 | 0 | 71 | 74 | 117 | 50 | 35 |
| Binary | 1010100 | 1100110 | 101100 | 10010 | 0 | 111001 | 111100 | 1001111 | 101000 | 11101 |
Color Harmonies of #54662C
Complementary color
Monochromatic Colors of #54662C
Black with #54662C
Text Example
Text Example
White with #54662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54662C; }
p { color: rgb(84,102,44); }
H1.HeaderClassName
{
color: #54662C;
}
.AnyTagClassName
{
color: #54662C;
}
</style>
background-color css
<style>
a { background-color: #54662C; }
a { background-color: rgb(84,102,44); }
div.DivClassName
{
background-color: #54662C;
}
.BgClassName
{
background-color: #54662C;
}
</style>
border-color css
<style>
span { border-color: #54662C; }
span { border-color: rgb(84,102,44); }
td.TdClassName
{
border-color: #54662C;
}
.TagClassName
{
border-color: #54662C;
}
</style>