#48A650

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

Shades of Fruit Salad #48A650

Tints of Fruit Salad #48A650

Color information

#48A650 (or 0x48A650) is unknown color: approx Fruit Salad. HEX triplet: 48, A6 and 50. RGB value is (72,166,80). Sum of RGB (Red+Green+Blue) = 72+166+80=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #48A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A650 is #B759AF. Grayscale: #808080. Windows color (decimal): -12016048 or 5285448. OLE color: 5285448.

HSL color Cylindrical-coordinate representation of color #48A650: hue angle of 125.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A650 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB7216680-
CMYK0.5700.520.35
HSL125.11º39.5%46.67%-
HSV(B)125.11º56.63%65.1%-
XYZ17.7629.2312.3-
YUV128.09100.8687.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=22.64%
G=52.20%
B=25.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166800.5700.520.35125.1139.546.67
Hex48A65039034237d272f
Octal11024612071064431754757
Binary100100010100110101000011100101101001000111111101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,166,80); }

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

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

 a { background-color: rgb(72,166,80); }

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

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

 span { border-color: rgb(72,166,80); }

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