#58A456

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

Shades of Fruit Salad #58A456

Tints of Fruit Salad #58A456

Color information

#58A456 (or 0x58A456) is unknown color: approx Fruit Salad. HEX triplet: 58, A4 and 56. RGB value is (88,164,86). Sum of RGB (Red+Green+Blue) = 88+164+86=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #58A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A456 is #A75BA9. Grayscale: #848484. Windows color (decimal): -10967978 or 5678168. OLE color: 5678168.

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

Color convert

RGB8816486-
CMYK0.4600.480.36
HSL118.46º31.2%49.02%-
HSV(B)118.46º47.56%64.31%-
XYZ18.9829.313.46-
YUV132.38101.8296.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=26.04%
G=48.52%
B=25.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88164860.4600.480.36118.4631.249.02
Hex58A4562E03024761f31
Octal13024412656060441663761
Binary10110001010010010101101011100110000100100111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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