#48B743

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

Shades of Fruit Salad #48B743

Tints of Fruit Salad #48B743

Color information

#48B743 (or 0x48B743) is unknown color: approx Fruit Salad. HEX triplet: 48, B7 and 43. RGB value is (72,183,67). Sum of RGB (Red+Green+Blue) = 72+183+67=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #48B743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B743 is #B748BC. Grayscale: #888888. Windows color (decimal): -12011709 or 4437832. OLE color: 4437832.

HSL color Cylindrical-coordinate representation of color #48B743: hue angle of 117.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48B743 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB7218367-
CMYK0.6100.630.28
HSL117.41º46.4%49.02%-
HSV(B)117.41º63.39%71.76%-
XYZ20.6235.6511.1-
YUV136.5988.7381.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 183 (71.88% from 255) = 56.83%
BLUE value IS 67 (26.56% from 255) = 20.81%
R=22.36%
G=56.83%
B=20.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183670.6100.630.28117.4146.449.02
Hex48B7433D03F1C752e31
Octal11026710375077341655661
Binary10010001011011110000111111010111111111001110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,67); }

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

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

 a { background-color: rgb(72,183,67); }

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

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

 span { border-color: rgb(72,183,67); }

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