Shades of Emerald #58B77A
Tints of Emerald #58B77A
RGB
CMYK
RGB Variations
Color information
#58B77A (or 0x58B77A) is known color: Emerald. HEX triplet: 58, B7 and 7A. RGB value is (88,183,122). Sum of RGB (Red+Green+Blue) = 88+183+122=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #58B77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B77A is #A74885. Grayscale: #939393. Windows color (decimal): -10963078 or 8042328. OLE color: 8042328.
HSL color Cylindrical-coordinate representation of color #58B77A: hue angle of 141.47º 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 #58B77A is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 183 | 122 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.28 |
| HSL | 141.47º | 0.4% | 0.53% | - |
| HSV(B) | 141.47º | 0.52% | 0.72% | - |
| XYZ | 24.47 | 37.35 | 24.33 | - |
| YUV | 147.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 122 | 0.52 | 0 | 0.33 | 0.28 | 141.47 | 0.4 | 0.53 |
| Hex | 58 | B7 | 7A | 34 | 0 | 21 | 1C | 8D | 28 | 35 |
| Octal | 130 | 267 | 172 | 64 | 0 | 41 | 34 | 215 | 50 | 65 |
| Binary | 1011000 | 10110111 | 1111010 | 110100 | 0 | 100001 | 11100 | 10001101 | 101000 | 110101 |
Color Harmonies of #58B77A
Complementary color
Monochromatic Colors of #58B77A
Black with #58B77A
Text Example
Text Example
White with #58B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B77A; }
p { color: rgb(88,183,122); }
H1.HeaderClassName
{
color: #58B77A;
}
.AnyTagClassName
{
color: #58B77A;
}
</style>
background-color css
<style>
a { background-color: #58B77A; }
a { background-color: rgb(88,183,122); }
div.DivClassName
{
background-color: #58B77A;
}
.BgClassName
{
background-color: #58B77A;
}
</style>
border-color css
<style>
span { border-color: #58B77A; }
span { border-color: rgb(88,183,122); }
td.TdClassName
{
border-color: #58B77A;
}
.TagClassName
{
border-color: #58B77A;
}
</style>