#58A24D

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

Shades of Fruit Salad #58A24D

Tints of Fruit Salad #58A24D

Color information

#58A24D (or 0x58A24D) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 4D. RGB value is (88,162,77). Sum of RGB (Red+Green+Blue) = 88+162+77=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #58A24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A24D is #A75DB2. Grayscale: #828282. Windows color (decimal): -10968499 or 5087832. OLE color: 5087832.

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

Color convert

RGB8816277-
CMYK0.4600.520.36
HSL112.24º35.56%46.86%-
HSV(B)112.24º52.47%63.53%-
XYZ18.2828.4511.55-
YUV130.1897.9897.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=26.91%
G=49.54%
B=23.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162770.4600.520.36112.2435.5646.86
Hex58A24D2E0342470242f
Octal13024211556064441604457
Binary101100010100010100110110111001101001001001110000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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