#58A14F

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

Shades of Fruit Salad #58A14F

Tints of Fruit Salad #58A14F

Color information

#58A14F (or 0x58A14F) is unknown color: approx Fruit Salad. HEX triplet: 58, A1 and 4F. RGB value is (88,161,79). Sum of RGB (Red+Green+Blue) = 88+161+79=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #58A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A14F is #A75EB0. Grayscale: #828282. Windows color (decimal): -10968753 or 5218648. OLE color: 5218648.

HSL color Cylindrical-coordinate representation of color #58A14F: hue angle of 113.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58A14F is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB8816179-
CMYK0.4500.510.37
HSL113.41º34.17%47.06%-
HSV(B)113.41º50.93%63.14%-
XYZ18.1828.1311.87-
YUV129.8299.3298.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 161 (63.28% from 255) = 49.09%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=26.83%
G=49.09%
B=24.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88161790.4500.510.37113.4134.1747.06
Hex58A14F2D0332571222f
Octal13024111755063451614257
Binary101100010100001100111110110101100111001011110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,161,79); }

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

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

 a { background-color: rgb(88,161,79); }

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

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

 span { border-color: rgb(88,161,79); }

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