#48A74C

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

Shades of Fruit Salad #48A74C

Tints of Fruit Salad #48A74C

Color information

#48A74C (or 0x48A74C) is unknown color: approx Fruit Salad. HEX triplet: 48, A7 and 4C. RGB value is (72,167,76). Sum of RGB (Red+Green+Blue) = 72+167+76=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #48A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A74C is #B758B3. Grayscale: #808080. Windows color (decimal): -12015796 or 5023560. OLE color: 5023560.

HSL color Cylindrical-coordinate representation of color #48A74C: hue angle of 122.53º degrees, saturation: 0.4, 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 #48A74C is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB7216776-
CMYK0.5700.540.35
HSL122.53º39.75%46.86%-
HSV(B)122.53º56.89%65.49%-
XYZ17.829.5411.6-
YUV128.2298.5387.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=22.86%
G=53.02%
B=24.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72167760.5700.540.35122.5339.7546.86
Hex48A74C39036237b282f
Octal11024711471066431735057
Binary100100010100111100110011100101101101000111111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,76); }

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

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

 a { background-color: rgb(72,167,76); }

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

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

 span { border-color: rgb(72,167,76); }

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