#58AA5D

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

Shades of Fruit Salad #58AA5D

Tints of Fruit Salad #58AA5D

Color information

#58AA5D (or 0x58AA5D) is unknown color: approx Fruit Salad. HEX triplet: 58, AA and 5D. RGB value is (88,170,93). Sum of RGB (Red+Green+Blue) = 88+170+93=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA5D is #A755A2. Grayscale: #888888. Windows color (decimal): -10966435 or 6138456. OLE color: 6138456.

HSL color Cylindrical-coordinate representation of color #58AA5D: hue angle of 123.66º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA5D is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB8817093-
CMYK0.4800.450.33
HSL123.66º32.54%50.59%-
HSV(B)123.66º48.24%66.67%-
XYZ20.3831.6115.38-
YUV136.7103.3393.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=25.07%
G=48.43%
B=26.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88170930.4800.450.33123.6632.5450.59
Hex58AA5D3002D217c2133
Octal13025213560055411744163
Binary101100010101010101110111000001011011000011111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,170,93); }

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

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

 a { background-color: rgb(88,170,93); }

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

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

 span { border-color: rgb(88,170,93); }

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