#48B74D

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

Shades of Fruit Salad #48B74D

Tints of Fruit Salad #48B74D

Color information

#48B74D (or 0x48B74D) is unknown color: approx Fruit Salad. HEX triplet: 48, B7 and 4D. RGB value is (72,183,77). Sum of RGB (Red+Green+Blue) = 72+183+77=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #48B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B74D is #B748B2. Grayscale: #8A8A8A. Windows color (decimal): -12011699 or 5093192. OLE color: 5093192.

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

Color convert

RGB7218377-
CMYK0.6100.580.28
HSL122.7º43.53%50%-
HSV(B)122.7º60.66%71.76%-
XYZ20.9535.7812.82-
YUV137.7393.7381.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 183 (71.88% from 255) = 55.12%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=21.69%
G=55.12%
B=23.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183770.6100.580.28122.743.5350
Hex48B74D3D03A1C7b2c32
Octal11026711575072341735462
Binary10010001011011110011011111010111010111001111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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