Shades of Emerald #58B779
Tints of Emerald #58B779
RGB
CMYK
RGB Variations
Color information
#58B779 (or 0x58B779) is known color: Emerald. HEX triplet: 58, B7 and 79. RGB value is (88,183,121). Sum of RGB (Red+Green+Blue) = 88+183+121=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #58B779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B779 is #A74886. Grayscale: #939393. Windows color (decimal): -10963079 or 7976792. OLE color: 7976792.
HSL color Cylindrical-coordinate representation of color #58B779: hue angle of 140.84º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B779 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 183 | 121 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.28 |
| HSL | 140.84º | 0.4% | 0.53% | - |
| HSV(B) | 140.84º | 0.52% | 0.72% | - |
| XYZ | 24.41 | 37.32 | 24.01 | - |
| YUV | 147.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 121 | 0.52 | 0 | 0.34 | 0.28 | 140.84 | 0.4 | 0.53 |
| Hex | 58 | B7 | 79 | 34 | 0 | 22 | 1C | 8D | 28 | 35 |
| Octal | 130 | 267 | 171 | 64 | 0 | 42 | 34 | 215 | 50 | 65 |
| Binary | 1011000 | 10110111 | 1111001 | 110100 | 0 | 100010 | 11100 | 10001101 | 101000 | 110101 |
Color Harmonies of #58B779
Complementary color
Monochromatic Colors of #58B779
Black with #58B779
Text Example
Text Example
White with #58B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B779; }
p { color: rgb(88,183,121); }
H1.HeaderClassName
{
color: #58B779;
}
.AnyTagClassName
{
color: #58B779;
}
</style>
background-color css
<style>
a { background-color: #58B779; }
a { background-color: rgb(88,183,121); }
div.DivClassName
{
background-color: #58B779;
}
.BgClassName
{
background-color: #58B779;
}
</style>
border-color css
<style>
span { border-color: #58B779; }
span { border-color: rgb(88,183,121); }
td.TdClassName
{
border-color: #58B779;
}
.TagClassName
{
border-color: #58B779;
}
</style>