#58A756

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

Shades of Fruit Salad #58A756

Tints of Fruit Salad #58A756

Color information

#58A756 (or 0x58A756) is unknown color: approx Fruit Salad. HEX triplet: 58, A7 and 56. RGB value is (88,167,86). Sum of RGB (Red+Green+Blue) = 88+167+86=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #58A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A756 is #A758A9. Grayscale: #868686. Windows color (decimal): -10967210 or 5678936. OLE color: 5678936.

HSL color Cylindrical-coordinate representation of color #58A756: hue angle of 118.52º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58A756 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB8816786-
CMYK0.4700.490.35
HSL118.52º32.02%49.61%-
HSV(B)118.52º48.5%65.49%-
XYZ19.5230.3813.64-
YUV134.14100.8395.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 167 (65.62% from 255) = 48.97%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=25.81%
G=48.97%
B=25.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88167860.4700.490.35118.5232.0249.61
Hex58A7562F03123772032
Octal13024712657061431674062
Binary101100010100111101011010111101100011000111110111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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