#48B23C

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

Shades of Fruit Salad #48B23C

Tints of Fruit Salad #48B23C

Color information

#48B23C (or 0x48B23C) is unknown color: approx Fruit Salad. HEX triplet: 48, B2 and 3C. RGB value is (72,178,60). Sum of RGB (Red+Green+Blue) = 72+178+60=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #48B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B23C is #B74DC3. Grayscale: #858585. Windows color (decimal): -12012996 or 3977800. OLE color: 3977800.

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

Color convert

RGB7217860-
CMYK0.6000.660.30
HSL113.9º49.58%46.67%-
HSV(B)113.9º66.29%69.8%-
XYZ19.4133.549.73-
YUV132.8586.8884.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 178 (69.92% from 255) = 57.42%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=23.23%
G=57.42%
B=19.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178600.6000.660.30113.949.5846.67
Hex48B23C3C0421E72322f
Octal11026274740102361626257
Binary10010001011001011110011110001000010111101110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,60); }

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

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

 a { background-color: rgb(72,178,60); }

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

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

 span { border-color: rgb(72,178,60); }

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