#48A63C

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

Shades of Fruit Salad #48A63C

Tints of Fruit Salad #48A63C

Color information

#48A63C (or 0x48A63C) is unknown color: approx Fruit Salad. HEX triplet: 48, A6 and 3C. RGB value is (72,166,60). Sum of RGB (Red+Green+Blue) = 72+166+60=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #48A63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A63C is #B759C3. Grayscale: #7E7E7E. Windows color (decimal): -12016068 or 3974728. OLE color: 3974728.

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

Color convert

RGB7216660-
CMYK0.5700.640.35
HSL113.21º46.9%44.31%-
HSV(B)113.21º63.86%65.1%-
XYZ17.1228.988.97-
YUV125.8190.8689.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 166 (65.23% from 255) = 55.70%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=24.16%
G=55.70%
B=20.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166600.5700.640.35113.2146.944.31
Hex48A63C3904023712f2c
Octal11024674710100431615754
Binary100100010100110111100111001010000001000111110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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