Shades of Mineral Green #54685C
Tints of Mineral Green #54685C
RGB
CMYK
RGB Variations
Color information
#54685C (or 0x54685C) is known color: Mineral Green. HEX triplet: 54, 68 and 5C. RGB value is (84,104,92). Sum of RGB (Red+Green+Blue) = 84+104+92=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #54685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685C is #AB97A3. Grayscale: #606060. Windows color (decimal): -11245476 or 6056020. OLE color: 6056020.
HSL color Cylindrical-coordinate representation of color #54685C: hue angle of 144º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54685C is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 92 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.59 |
| HSL | 144º | 0.11% | 0.37% | - |
| HSV(B) | 144º | 0.19% | 0.41% | - |
| XYZ | 10.54 | 12.56 | 11.99 | - |
| YUV | 96.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 92 | 0.19 | 0 | 0.12 | 0.59 | 144 | 0.11 | 0.37 |
| Hex | 54 | 68 | 5C | 13 | 0 | C | 3B | 90 | B | 25 |
| Octal | 124 | 150 | 134 | 23 | 0 | 14 | 73 | 220 | 13 | 45 |
| Binary | 1010100 | 1101000 | 1011100 | 10011 | 0 | 1100 | 111011 | 10010000 | 1011 | 100101 |
Color Harmonies of #54685C
Complementary color
Monochromatic Colors of #54685C
Black with #54685C
Text Example
Text Example
White with #54685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54685C; }
p { color: rgb(84,104,92); }
H1.HeaderClassName
{
color: #54685C;
}
.AnyTagClassName
{
color: #54685C;
}
</style>
background-color css
<style>
a { background-color: #54685C; }
a { background-color: rgb(84,104,92); }
div.DivClassName
{
background-color: #54685C;
}
.BgClassName
{
background-color: #54685C;
}
</style>
border-color css
<style>
span { border-color: #54685C; }
span { border-color: rgb(84,104,92); }
td.TdClassName
{
border-color: #54685C;
}
.TagClassName
{
border-color: #54685C;
}
</style>