#58A753

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

Shades of Fruit Salad #58A753

Tints of Fruit Salad #58A753

Color information

#58A753 (or 0x58A753) is unknown color: approx Fruit Salad. HEX triplet: 58, A7 and 53. RGB value is (88,167,83). Sum of RGB (Red+Green+Blue) = 88+167+83=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #58A753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A753 is #A758AC. Grayscale: #868686. Windows color (decimal): -10967213 or 5482328. OLE color: 5482328.

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

Color convert

RGB8816783-
CMYK0.4700.500.35
HSL116.43º33.6%49.02%-
HSV(B)116.43º50.3%65.49%-
XYZ19.430.3413.02-
YUV133.899.3395.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 167 (65.62% from 255) = 49.41%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=26.04%
G=49.41%
B=24.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88167830.4700.500.35116.4333.649.02
Hex58A7532F03223742231
Octal13024712357062431644261
Binary101100010100111101001110111101100101000111110100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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