Shades of Mineral Green #485F4E
Tints of Mineral Green #485F4E
RGB
CMYK
RGB Variations
Color information
#485F4E (or 0x485F4E) is known color: Mineral Green. HEX triplet: 48, 5F and 4E. RGB value is (72,95,78). Sum of RGB (Red+Green+Blue) = 72+95+78=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F4E is #B7A0B1. Grayscale: #565656. Windows color (decimal): -12034226 or 5136200. OLE color: 5136200.
HSL color Cylindrical-coordinate representation of color #485F4E: hue angle of 135.65º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F4E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 78 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.63 |
| HSL | 135.65º | 0.14% | 0.33% | - |
| HSV(B) | 135.65º | 0.24% | 0.37% | - |
| XYZ | 8.14 | 10.11 | 8.73 | - |
| YUV | 86.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 78 | 0.24 | 0 | 0.18 | 0.63 | 135.65 | 0.14 | 0.33 |
| Hex | 48 | 5F | 4E | 18 | 0 | 12 | 3F | 88 | E | 21 |
| Octal | 110 | 137 | 116 | 30 | 0 | 22 | 77 | 210 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1001110 | 11000 | 0 | 10010 | 111111 | 10001000 | 1110 | 100001 |
Color Harmonies of #485F4E
Complementary color
Monochromatic Colors of #485F4E
Black with #485F4E
Text Example
Text Example
White with #485F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F4E; }
p { color: rgb(72,95,78); }
H1.HeaderClassName
{
color: #485F4E;
}
.AnyTagClassName
{
color: #485F4E;
}
</style>
background-color css
<style>
a { background-color: #485F4E; }
a { background-color: rgb(72,95,78); }
div.DivClassName
{
background-color: #485F4E;
}
.BgClassName
{
background-color: #485F4E;
}
</style>
border-color css
<style>
span { border-color: #485F4E; }
span { border-color: rgb(72,95,78); }
td.TdClassName
{
border-color: #485F4E;
}
.TagClassName
{
border-color: #485F4E;
}
</style>