#48A63F

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

Shades of Fruit Salad #48A63F

Tints of Fruit Salad #48A63F

Color information

#48A63F (or 0x48A63F) is unknown color: approx Fruit Salad. HEX triplet: 48, A6 and 3F. RGB value is (72,166,63). Sum of RGB (Red+Green+Blue) = 72+166+63=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #48A63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A63F is #B759C0. Grayscale: #7E7E7E. Windows color (decimal): -12016065 or 4171336. OLE color: 4171336.

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

Color convert

RGB7216663-
CMYK0.5700.620.35
HSL114.76º44.98%44.9%-
HSV(B)114.76º62.05%65.1%-
XYZ17.2129.019.4-
YUV126.1592.3689.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 166 (65.23% from 255) = 55.15%
BLUE value IS 63 (25% from 255) = 20.93%
R=23.92%
G=55.15%
B=20.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166630.5700.620.35114.7644.9844.9
Hex48A63F3903E23732d2d
Octal1102467771076431635555
Binary10010001010011011111111100101111101000111110011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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