#48AA45

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

Shades of Fruit Salad #48AA45

Tints of Fruit Salad #48AA45

Color information

#48AA45 (or 0x48AA45) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 45. RGB value is (72,170,69). Sum of RGB (Red+Green+Blue) = 72+170+69=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA45 is #B755BA. Grayscale: #818181. Windows color (decimal): -12015035 or 4565576. OLE color: 4565576.

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

Color convert

RGB7217069-
CMYK0.5800.590.33
HSL118.22º42.26%46.86%-
HSV(B)118.22º59.41%66.67%-
XYZ18.1230.5610.57-
YUV129.1894.0387.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=23.15%
G=54.66%
B=22.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170690.5800.590.33118.2242.2646.86
Hex48AA453A03B21762a2f
Octal11025210572073411665257
Binary100100010101010100010111101001110111000011110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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