#48A454

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

Shades of Fruit Salad #48A454

Tints of Fruit Salad #48A454

Color information

#48A454 (or 0x48A454) is unknown color: approx Fruit Salad. HEX triplet: 48, A4 and 54. RGB value is (72,164,84). Sum of RGB (Red+Green+Blue) = 72+164+84=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #48A454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A454 is #B75BAB. Grayscale: #7F7F7F. Windows color (decimal): -12016556 or 5547080. OLE color: 5547080.

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

Color convert

RGB7216484-
CMYK0.5600.490.36
HSL127.83º38.98%46.27%-
HSV(B)127.83º56.1%64.31%-
XYZ17.5528.5712.98-
YUV127.37103.5288.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=22.5%
G=51.25%
B=26.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72164840.5600.490.36127.8338.9846.27
Hex48A454380312480272e
Octal11024412470061442004756
Binary1001000101001001010100111000011000110010010000000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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