#58AB5C

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

Shades of Fruit Salad #58AB5C

Tints of Fruit Salad #58AB5C

Color information

#58AB5C (or 0x58AB5C) is unknown color: approx Fruit Salad. HEX triplet: 58, AB and 5C. RGB value is (88,171,92). Sum of RGB (Red+Green+Blue) = 88+171+92=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB5C is #A754A3. Grayscale: #898989. Windows color (decimal): -10966180 or 6073176. OLE color: 6073176.

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

Color convert

RGB8817192-
CMYK0.4900.460.33
HSL122.89º33.07%50.78%-
HSV(B)122.89º48.54%67.06%-
XYZ20.5231.9715.22-
YUV137.18102.592.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=25.07%
G=48.72%
B=26.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88171920.4900.460.33122.8933.0750.78
Hex58AB5C3102E217b2133
Octal13025313461056411734163
Binary101100010101011101110011000101011101000011111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,92); }

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

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

 a { background-color: rgb(88,171,92); }

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

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

 span { border-color: rgb(88,171,92); }

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