#58A24A

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

Shades of Fruit Salad #58A24A

Tints of Fruit Salad #58A24A

Color information

#58A24A (or 0x58A24A) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 4A. RGB value is (88,162,74). Sum of RGB (Red+Green+Blue) = 88+162+74=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #58A24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A24A is #A75DB5. Grayscale: #828282. Windows color (decimal): -10968502 or 4891224. OLE color: 4891224.

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

Color convert

RGB8816274-
CMYK0.4600.540.36
HSL110.45º37.29%46.27%-
HSV(B)110.45º54.32%63.53%-
XYZ18.1828.4111-
YUV129.8496.4898.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=27.16%
G=50%
B=22.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162740.4600.540.36110.4537.2946.27
Hex58A24A2E036246e252e
Octal13024211256066441564556
Binary101100010100010100101010111001101101001001101110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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