#58A261

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

Shades of Fruit Salad #58A261

Tints of Fruit Salad #58A261

Color information

#58A261 (or 0x58A261) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 61. RGB value is (88,162,97). Sum of RGB (Red+Green+Blue) = 88+162+97=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #58A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A261 is #A75D9E. Grayscale: #848484. Windows color (decimal): -10968479 or 6398552. OLE color: 6398552.

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

Color convert

RGB8816297-
CMYK0.4600.400.36
HSL127.3º29.6%49.02%-
HSV(B)127.3º45.68%63.53%-
XYZ19.128.7815.86-
YUV132.46107.9896.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=25.36%
G=46.69%
B=27.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162970.4600.400.36127.329.649.02
Hex58A2612E028247f1e31
Octal13024214156050441773661
Binary10110001010001011000011011100101000100100111111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,97); }

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

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

 a { background-color: rgb(88,162,97); }

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

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

 span { border-color: rgb(88,162,97); }

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