#58AF5A

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

Shades of Fruit Salad #58AF5A

Tints of Fruit Salad #58AF5A

Color information

#58AF5A (or 0x58AF5A) is unknown color: approx Fruit Salad. HEX triplet: 58, AF and 5A. RGB value is (88,175,90). Sum of RGB (Red+Green+Blue) = 88+175+90=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF5A is #A750A5. Grayscale: #8B8B8B. Windows color (decimal): -10965158 or 5943128. OLE color: 5943128.

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

Color convert

RGB8817590-
CMYK0.5000.490.31
HSL121.38º35.22%51.57%-
HSV(B)121.38º49.71%68.63%-
XYZ21.233.4715.02-
YUV139.3100.1891.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=24.93%
G=49.58%
B=25.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88175900.5000.490.31121.3835.2251.57
Hex58AF5A320311F792334
Octal13025713262061371714364
Binary10110001010111110110101100100110001111111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,175,90); }

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

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

 a { background-color: rgb(88,175,90); }

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

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

 span { border-color: rgb(88,175,90); }

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