#48b64b

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

Shades of Fruit Salad #48B64B

Tints of Fruit Salad #48B64B

Color information

#48B64B (or 0x48B64B) is unknown color: approx Fruit Salad. HEX triplet: 48, B6 and 4B. RGB value is (72,182,75). Sum of RGB (Red+Green+Blue) = 72+182+75=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #48B64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B64B is #B749B4. Grayscale: #898989. Windows color (decimal): -12011957 or 4961864. OLE color: 4961864.

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

Color convert

RGB7218275-
CMYK0.6000.590.29
HSL121.64º43.31%49.8%-
HSV(B)121.64º60.44%71.37%-
XYZ20.6735.3412.39-
YUV136.9193.0681.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 182 (71.48% from 255) = 55.32%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=21.88%
G=55.32%
B=22.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72182750.6000.590.29121.6443.3149.8
Hex48B64B3C03B1D7a2b32
Octal11026611374073351725362
Binary10010001011011010010111111000111011111011111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b64b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,75); }

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

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

 a { background-color: rgb(72,182,75); }

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

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

 span { border-color: rgb(72,182,75); }

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