#48B03D

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

Shades of Fruit Salad #48B03D

Tints of Fruit Salad #48B03D

Color information

#48B03D (or 0x48B03D) is unknown color: approx Fruit Salad. HEX triplet: 48, B0 and 3D. RGB value is (72,176,61). Sum of RGB (Red+Green+Blue) = 72+176+61=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #48B03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B03D is #B74FC2. Grayscale: #848484. Windows color (decimal): -12013507 or 4042824. OLE color: 4042824.

HSL color Cylindrical-coordinate representation of color #48B03D: hue angle of 114.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48B03D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB7217661-
CMYK0.5900.650.31
HSL114.26º48.52%46.47%-
HSV(B)114.26º65.34%69.02%-
XYZ19.0432.779.74-
YUV131.7988.0485.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=23.30%
G=56.96%
B=19.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72176610.5900.650.31114.2648.5246.47
Hex48B03D3B0411F72312e
Octal11026075730101371626156
Binary10010001011000011110111101101000001111111110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,176,61); }

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

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

 a { background-color: rgb(72,176,61); }

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

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

 span { border-color: rgb(72,176,61); }

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