Shades of Dark Olive Green #54662A
Tints of Dark Olive Green #54662A
RGB
CMYK
RGB Variations
Color information
#54662A (or 0x54662A) is known color: Dark Olive Green. HEX triplet: 54, 66 and 2A. RGB value is (84,102,42). Sum of RGB (Red+Green+Blue) = 84+102+42=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #54662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54662A is #AB99D5. Grayscale: #5A5A5A. Windows color (decimal): -11246038 or 2778708. OLE color: 2778708.
HSL color Cylindrical-coordinate representation of color #54662A: hue angle of 78º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54662A is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 42 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.6 |
| HSL | 78º | 0.42% | 0.28% | - |
| HSV(B) | 78º | 0.59% | 0.4% | - |
| XYZ | 8.83 | 11.55 | 3.96 | - |
| YUV | 89.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 42 | 0.18 | 0 | 0.59 | 0.6 | 78 | 0.42 | 0.28 |
| Hex | 54 | 66 | 2A | 12 | 0 | 3B | 3C | 4E | 2A | 1C |
| Octal | 124 | 146 | 52 | 22 | 0 | 73 | 74 | 116 | 52 | 34 |
| Binary | 1010100 | 1100110 | 101010 | 10010 | 0 | 111011 | 111100 | 1001110 | 101010 | 11100 |
Color Harmonies of #54662A
Complementary color
Monochromatic Colors of #54662A
Black with #54662A
Text Example
Text Example
White with #54662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54662A; }
p { color: rgb(84,102,42); }
H1.HeaderClassName
{
color: #54662A;
}
.AnyTagClassName
{
color: #54662A;
}
</style>
background-color css
<style>
a { background-color: #54662A; }
a { background-color: rgb(84,102,42); }
div.DivClassName
{
background-color: #54662A;
}
.BgClassName
{
background-color: #54662A;
}
</style>
border-color css
<style>
span { border-color: #54662A; }
span { border-color: rgb(84,102,42); }
td.TdClassName
{
border-color: #54662A;
}
.TagClassName
{
border-color: #54662A;
}
</style>