#58A454

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

Shades of Fruit Salad #58A454

Tints of Fruit Salad #58A454

Color information

#58A454 (or 0x58A454) is unknown color: approx Fruit Salad. HEX triplet: 58, A4 and 54. RGB value is (88,164,84). Sum of RGB (Red+Green+Blue) = 88+164+84=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #58A454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A454 is #A75BAB. Grayscale: #848484. Windows color (decimal): -10967980 or 5547096. OLE color: 5547096.

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

Color convert

RGB8816484-
CMYK0.4600.490.36
HSL117º32.26%48.63%-
HSV(B)117º48.78%64.31%-
XYZ18.929.2713.04-
YUV132.16100.8296.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 84 (33.20% from 255) = 25%
R=26.19%
G=48.81%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88164840.4600.490.3611732.2648.63
Hex58A4542E03124752031
Octal13024412456061441654061
Binary101100010100100101010010111001100011001001110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,164,84); }

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

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

 a { background-color: rgb(88,164,84); }

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

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

 span { border-color: rgb(88,164,84); }

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