#58A056

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

Shades of Fruit Salad #58A056

Tints of Fruit Salad #58A056

Color information

#58A056 (or 0x58A056) is unknown color: approx Fruit Salad. HEX triplet: 58, A0 and 56. RGB value is (88,160,86). Sum of RGB (Red+Green+Blue) = 88+160+86=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #58A056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A056 is #A75FA9. Grayscale: #828282. Windows color (decimal): -10969002 or 5677144. OLE color: 5677144.

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

Color convert

RGB8816086-
CMYK0.4500.460.37
HSL118.38º30.08%48.24%-
HSV(B)118.38º46.25%62.75%-
XYZ18.2827.8913.22-
YUV130.04103.1598.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=26.35%
G=47.90%
B=25.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88160860.4500.460.37118.3830.0848.24
Hex58A0562D02E25761e30
Octal13024012655056451663660
Binary10110001010000010101101011010101110100101111011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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