#58A05B

Color #58A05B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #58A05B

Tints of Fruit Salad #58A05B

Color information

#58A05B (or 0x58A05B) is unknown color: approx Fruit Salad. HEX triplet: 58, A0 and 5B. RGB value is (88,160,91). Sum of RGB (Red+Green+Blue) = 88+160+91=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #58A05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A05B is #A75FA4. Grayscale: #828282. Windows color (decimal): -10968997 or 6004824. OLE color: 6004824.

HSL color Cylindrical-coordinate representation of color #58A05B: hue angle of 122.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A05B is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB8816091-
CMYK0.4500.430.37
HSL122.5º29.03%48.63%-
HSV(B)122.5º45%62.75%-
XYZ18.4827.9714.32-
YUV130.61105.6597.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=25.96%
G=47.20%
B=26.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88160910.4500.430.37122.529.0348.63
Hex58A05B2D02B257a1d31
Octal13024013355053451723561
Binary10110001010000010110111011010101011100101111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A05B; }

 p { color: rgb(88,160,91); }

 H1.HeaderClassName
 {
   color: #58A05B;
 }
 .AnyTagClassName
 {
   color: #58A05B;
 }
</style>
background-color css

<style>
 a { background-color: #58A05B; }

 a { background-color: rgb(88,160,91); }

 div.DivClassName
 {
   background-color: #58A05B;
 }
 .BgClassName
 {
   background-color: #58A05B;
 }
</style>
border-color css

<style>
 span { border-color: #58A05B; }

 span { border-color: rgb(88,160,91); }

 td.TdClassName
 {
   border-color: #58A05B;
 }
 .TagClassName
 {
   border-color: #58A05B;
 }
</style>