Shades of Mineral Green #54645A
Tints of Mineral Green #54645A
RGB
CMYK
RGB Variations
Color information
#54645A (or 0x54645A) is known color: Mineral Green. HEX triplet: 54, 64 and 5A. RGB value is (84,100,90). Sum of RGB (Red+Green+Blue) = 84+100+90=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #54645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54645A is #AB9BA5. Grayscale: #5E5E5E. Windows color (decimal): -11246502 or 5923924. OLE color: 5923924.
HSL color Cylindrical-coordinate representation of color #54645A: hue angle of 142.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #54645A is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 90 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.61 |
| HSL | 142.5º | 0.09% | 0.36% | - |
| HSV(B) | 142.5º | 0.16% | 0.39% | - |
| XYZ | 10.06 | 11.74 | 11.41 | - |
| YUV | 94.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 90 | 0.16 | 0 | 0.10 | 0.61 | 142.5 | 0.09 | 0.36 |
| Hex | 54 | 64 | 5A | 10 | 0 | A | 3D | 8E | 9 | 24 |
| Octal | 124 | 144 | 132 | 20 | 0 | 12 | 75 | 216 | 11 | 44 |
| Binary | 1010100 | 1100100 | 1011010 | 10000 | 0 | 1010 | 111101 | 10001110 | 1001 | 100100 |
Color Harmonies of #54645A
Complementary color
Monochromatic Colors of #54645A
Black with #54645A
Text Example
Text Example
White with #54645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54645A; }
p { color: rgb(84,100,90); }
H1.HeaderClassName
{
color: #54645A;
}
.AnyTagClassName
{
color: #54645A;
}
</style>
background-color css
<style>
a { background-color: #54645A; }
a { background-color: rgb(84,100,90); }
div.DivClassName
{
background-color: #54645A;
}
.BgClassName
{
background-color: #54645A;
}
</style>
border-color css
<style>
span { border-color: #54645A; }
span { border-color: rgb(84,100,90); }
td.TdClassName
{
border-color: #54645A;
}
.TagClassName
{
border-color: #54645A;
}
</style>