#48B44D

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

Shades of Fruit Salad #48B44D

Tints of Fruit Salad #48B44D

Color information

#48B44D (or 0x48B44D) is unknown color: approx Fruit Salad. HEX triplet: 48, B4 and 4D. RGB value is (72,180,77). Sum of RGB (Red+Green+Blue) = 72+180+77=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #48B44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B44D is #B74BB2. Grayscale: #888888. Windows color (decimal): -12012467 or 5092424. OLE color: 5092424.

HSL color Cylindrical-coordinate representation of color #48B44D: hue angle of 122.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B44D is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB7218077-
CMYK0.6000.570.29
HSL122.78º42.86%49.41%-
HSV(B)122.78º60%70.59%-
XYZ20.3334.5612.62-
YUV135.9794.7282.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=21.88%
G=54.71%
B=23.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180770.6000.570.29122.7842.8649.41
Hex48B44D3C0391D7b2b31
Octal11026411574071351735361
Binary10010001011010010011011111000111001111011111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,77); }

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

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

 a { background-color: rgb(72,180,77); }

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

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

 span { border-color: rgb(72,180,77); }

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