Shades of Mineral Green #485C4C
Tints of Mineral Green #485C4C
RGB
CMYK
RGB Variations
Color information
#485C4C (or 0x485C4C) is known color: Mineral Green. HEX triplet: 48, 5C and 4C. RGB value is (72,92,76). Sum of RGB (Red+Green+Blue) = 72+92+76=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #485C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C4C is #B7A3B3. Grayscale: #545454. Windows color (decimal): -12034996 or 5004360. OLE color: 5004360.
HSL color Cylindrical-coordinate representation of color #485C4C: hue angle of 132º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C4C is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 76 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.64 |
| HSL | 132º | 0.12% | 0.32% | - |
| HSV(B) | 132º | 0.22% | 0.36% | - |
| XYZ | 7.8 | 9.55 | 8.27 | - |
| YUV | 84.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 76 | 0.22 | 0 | 0.17 | 0.64 | 132 | 0.12 | 0.32 |
| Hex | 48 | 5C | 4C | 16 | 0 | 11 | 40 | 84 | C | 20 |
| Octal | 110 | 134 | 114 | 26 | 0 | 21 | 100 | 204 | 14 | 40 |
| Binary | 1001000 | 1011100 | 1001100 | 10110 | 0 | 10001 | 1000000 | 10000100 | 1100 | 100000 |
Color Harmonies of #485C4C
Complementary color
Monochromatic Colors of #485C4C
Black with #485C4C
Text Example
Text Example
White with #485C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C4C; }
p { color: rgb(72,92,76); }
H1.HeaderClassName
{
color: #485C4C;
}
.AnyTagClassName
{
color: #485C4C;
}
</style>
background-color css
<style>
a { background-color: #485C4C; }
a { background-color: rgb(72,92,76); }
div.DivClassName
{
background-color: #485C4C;
}
.BgClassName
{
background-color: #485C4C;
}
</style>
border-color css
<style>
span { border-color: #485C4C; }
span { border-color: rgb(72,92,76); }
td.TdClassName
{
border-color: #485C4C;
}
.TagClassName
{
border-color: #485C4C;
}
</style>