#58A356

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

Shades of Fruit Salad #58A356

Tints of Fruit Salad #58A356

Color information

#58A356 (or 0x58A356) is unknown color: approx Fruit Salad. HEX triplet: 58, A3 and 56. RGB value is (88,163,86). Sum of RGB (Red+Green+Blue) = 88+163+86=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #58A356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A356 is #A75CA9. Grayscale: #848484. Windows color (decimal): -10968234 or 5677912. OLE color: 5677912.

HSL color Cylindrical-coordinate representation of color #58A356: hue angle of 118.44º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A356 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB8816386-
CMYK0.4600.470.36
HSL118.44º30.92%48.82%-
HSV(B)118.44º47.24%63.92%-
XYZ18.828.9413.4-
YUV131.8102.1596.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=26.11%
G=48.37%
B=25.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88163860.4600.470.36118.4430.9248.82
Hex58A3562E02F24761f31
Octal13024312656057441663761
Binary10110001010001110101101011100101111100100111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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