#48AA4A

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

Shades of Fruit Salad #48AA4A

Tints of Fruit Salad #48AA4A

Color information

#48AA4A (or 0x48AA4A) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 4A. RGB value is (72,170,74). Sum of RGB (Red+Green+Blue) = 72+170+74=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA4A is #B755B5. Grayscale: #828282. Windows color (decimal): -12015030 or 4893256. OLE color: 4893256.

HSL color Cylindrical-coordinate representation of color #48AA4A: hue angle of 121.22º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA4A is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB7217074-
CMYK0.5800.560.33
HSL121.22º40.5%47.45%-
HSV(B)121.22º57.65%66.67%-
XYZ18.2830.6211.43-
YUV129.7596.5386.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=22.78%
G=53.80%
B=23.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170740.5800.560.33121.2240.547.45
Hex48AA4A3A0382179282f
Octal11025211272070411715057
Binary100100010101010100101011101001110001000011111001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,74); }

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

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

 a { background-color: rgb(72,170,74); }

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

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

 span { border-color: rgb(72,170,74); }

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