Shades of Dark Olive Green #54622E
Tints of Dark Olive Green #54622E
RGB
CMYK
RGB Variations
Color information
#54622E (or 0x54622E) is known color: Dark Olive Green. HEX triplet: 54, 62 and 2E. RGB value is (84,98,46). Sum of RGB (Red+Green+Blue) = 84+98+46=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #54622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54622E is #AB9DD1. Grayscale: #585858. Windows color (decimal): -11247058 or 3039828. OLE color: 3039828.
HSL color Cylindrical-coordinate representation of color #54622E: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54622E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 46 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.62 |
| HSL | 76.15º | 0.36% | 0.28% | - |
| HSV(B) | 76.15º | 0.53% | 0.38% | - |
| XYZ | 8.52 | 10.82 | 4.22 | - |
| YUV | 87.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 46 | 0.14 | 0 | 0.53 | 0.62 | 76.15 | 0.36 | 0.28 |
| Hex | 54 | 62 | 2E | E | 0 | 35 | 3E | 4C | 24 | 1C |
| Octal | 124 | 142 | 56 | 16 | 0 | 65 | 76 | 114 | 44 | 34 |
| Binary | 1010100 | 1100010 | 101110 | 1110 | 0 | 110101 | 111110 | 1001100 | 100100 | 11100 |
Color Harmonies of #54622E
Complementary color
Monochromatic Colors of #54622E
Black with #54622E
Text Example
Text Example
White with #54622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54622E; }
p { color: rgb(84,98,46); }
H1.HeaderClassName
{
color: #54622E;
}
.AnyTagClassName
{
color: #54622E;
}
</style>
background-color css
<style>
a { background-color: #54622E; }
a { background-color: rgb(84,98,46); }
div.DivClassName
{
background-color: #54622E;
}
.BgClassName
{
background-color: #54622E;
}
</style>
border-color css
<style>
span { border-color: #54622E; }
span { border-color: rgb(84,98,46); }
td.TdClassName
{
border-color: #54622E;
}
.TagClassName
{
border-color: #54622E;
}
</style>