#48A540

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

Shades of Fruit Salad #48A540

Tints of Fruit Salad #48A540

Color information

#48A540 (or 0x48A540) is unknown color: approx Fruit Salad. HEX triplet: 48, A5 and 40. RGB value is (72,165,64). Sum of RGB (Red+Green+Blue) = 72+165+64=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #48A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A540 is #B75ABF. Grayscale: #7D7D7D. Windows color (decimal): -12016320 or 4236616. OLE color: 4236616.

HSL color Cylindrical-coordinate representation of color #48A540: hue angle of 115.25º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48A540 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB7216564-
CMYK0.5600.610.35
HSL115.25º44.1%44.9%-
HSV(B)115.25º61.21%64.71%-
XYZ17.0528.669.48-
YUV125.6893.1989.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=23.92%
G=54.82%
B=21.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165640.5600.610.35115.2544.144.9
Hex48A5403803D23732c2d
Octal11024510070075431635455
Binary100100010100101100000011100001111011000111110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,64); }

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

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

 a { background-color: rgb(72,165,64); }

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

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

 span { border-color: rgb(72,165,64); }

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