#48B340

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

Shades of Fruit Salad #48B340

Tints of Fruit Salad #48B340

Color information

#48B340 (or 0x48B340) is unknown color: approx Fruit Salad. HEX triplet: 48, B3 and 40. RGB value is (72,179,64). Sum of RGB (Red+Green+Blue) = 72+179+64=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #48B340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B340 is #B74CBF. Grayscale: #868686. Windows color (decimal): -12012736 or 4240200. OLE color: 4240200.

HSL color Cylindrical-coordinate representation of color #48B340: hue angle of 115.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48B340 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB7217964-
CMYK0.6000.640.30
HSL115.83º47.33%47.65%-
HSV(B)115.83º64.25%70.2%-
XYZ19.7233.9910.37-
YUV133.988.5583.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 179 (70.31% from 255) = 56.83%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=22.86%
G=56.83%
B=20.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72179640.6000.640.30115.8347.3347.65
Hex48B3403C0401E742f30
Octal110263100740100361645760
Binary100100010110011100000011110001000000111101110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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