#58A24B

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

Shades of Fruit Salad #58A24B

Tints of Fruit Salad #58A24B

Color information

#58A24B (or 0x58A24B) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 4B. RGB value is (88,162,75). Sum of RGB (Red+Green+Blue) = 88+162+75=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #58A24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A24B is #A75DB4. Grayscale: #828282. Windows color (decimal): -10968501 or 4956760. OLE color: 4956760.

HSL color Cylindrical-coordinate representation of color #58A24B: hue angle of 111.03º 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 #58A24B is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB8816275-
CMYK0.4600.540.36
HSL111.03º36.71%46.47%-
HSV(B)111.03º53.7%63.53%-
XYZ18.2128.4211.18-
YUV129.9696.9898.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=27.08%
G=49.85%
B=23.08%

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
Decimal88162750.4600.540.36111.0336.7146.47
Hex58A24B2E036246f252e
Octal13024211356066441574556
Binary101100010100010100101110111001101101001001101111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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