Shades of Fruit Salad #58A45C
Tints of Fruit Salad #58A45C
RGB
CMYK
RGB Variations
Color information
#58A45C (or 0x58A45C) is known color: Fruit Salad. HEX triplet: 58, A4 and 5C. RGB value is (88,164,92). Sum of RGB (Red+Green+Blue) = 88+164+92=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #58A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A45C is #A75BA3. Grayscale: #858585. Windows color (decimal): -10967972 or 6071384. OLE color: 6071384.
HSL color Cylindrical-coordinate representation of color #58A45C: hue angle of 123.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A45C is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 164 | 92 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.36 |
| HSL | 123.16º | 0.3% | 0.49% | - |
| HSV(B) | 123.16º | 0.46% | 0.64% | - |
| XYZ | 19.23 | 29.4 | 14.79 | - |
| YUV | 133.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 92 | 0.46 | 0 | 0.44 | 0.36 | 123.16 | 0.3 | 0.49 |
| Hex | 58 | A4 | 5C | 2E | 0 | 2C | 24 | 7B | 1E | 31 |
| Octal | 130 | 244 | 134 | 56 | 0 | 54 | 44 | 173 | 36 | 61 |
| Binary | 1011000 | 10100100 | 1011100 | 101110 | 0 | 101100 | 100100 | 1111011 | 11110 | 110001 |
Color Harmonies of #58A45C
Complementary color
Monochromatic Colors of #58A45C
Black with #58A45C
Text Example
Text Example
White with #58A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A45C; }
p { color: rgb(88,164,92); }
H1.HeaderClassName
{
color: #58A45C;
}
.AnyTagClassName
{
color: #58A45C;
}
</style>
background-color css
<style>
a { background-color: #58A45C; }
a { background-color: rgb(88,164,92); }
div.DivClassName
{
background-color: #58A45C;
}
.BgClassName
{
background-color: #58A45C;
}
</style>
border-color css
<style>
span { border-color: #58A45C; }
span { border-color: rgb(88,164,92); }
td.TdClassName
{
border-color: #58A45C;
}
.TagClassName
{
border-color: #58A45C;
}
</style>