Shades of Mineral Green #485E4D
Tints of Mineral Green #485E4D
RGB
CMYK
RGB Variations
Color information
#485E4D (or 0x485E4D) is known color: Mineral Green. HEX triplet: 48, 5E and 4D. RGB value is (72,94,77). Sum of RGB (Red+Green+Blue) = 72+94+77=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 94 - color contains mainly: green. Hex color #485E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E4D is #B7A1B2. Grayscale: #555555. Windows color (decimal): -12034483 or 5070408. OLE color: 5070408.
HSL color Cylindrical-coordinate representation of color #485E4D: hue angle of 133.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E4D is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 77 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.63 |
| HSL | 133.64º | 0.13% | 0.33% | - |
| HSV(B) | 133.64º | 0.23% | 0.37% | - |
| XYZ | 8.01 | 9.92 | 8.51 | - |
| YUV | 85.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 77 | 0.23 | 0 | 0.18 | 0.63 | 133.64 | 0.13 | 0.33 |
| Hex | 48 | 5E | 4D | 17 | 0 | 12 | 3F | 86 | D | 21 |
| Octal | 110 | 136 | 115 | 27 | 0 | 22 | 77 | 206 | 15 | 41 |
| Binary | 1001000 | 1011110 | 1001101 | 10111 | 0 | 10010 | 111111 | 10000110 | 1101 | 100001 |
Color Harmonies of #485E4D
Complementary color
Monochromatic Colors of #485E4D
Black with #485E4D
Text Example
Text Example
White with #485E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E4D; }
p { color: rgb(72,94,77); }
H1.HeaderClassName
{
color: #485E4D;
}
.AnyTagClassName
{
color: #485E4D;
}
</style>
background-color css
<style>
a { background-color: #485E4D; }
a { background-color: rgb(72,94,77); }
div.DivClassName
{
background-color: #485E4D;
}
.BgClassName
{
background-color: #485E4D;
}
</style>
border-color css
<style>
span { border-color: #485E4D; }
span { border-color: rgb(72,94,77); }
td.TdClassName
{
border-color: #485E4D;
}
.TagClassName
{
border-color: #485E4D;
}
</style>