#48a74b

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

Shades of Fruit Salad #48A74B

Tints of Fruit Salad #48A74B

Color information

#48A74B (or 0x48A74B) is unknown color: approx Fruit Salad. HEX triplet: 48, A7 and 4B. RGB value is (72,167,75). Sum of RGB (Red+Green+Blue) = 72+167+75=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #48A74B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A74B is #B758B4. Grayscale: #808080. Windows color (decimal): -12015797 or 4958024. OLE color: 4958024.

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

Color convert

RGB7216775-
CMYK0.5700.550.35
HSL121.89º39.75%46.86%-
HSV(B)121.89º56.89%65.49%-
XYZ17.7629.5211.42-
YUV128.1198.0387.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=22.93%
G=53.18%
B=23.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72167750.5700.550.35121.8939.7546.86
Hex48A74B39037237a282f
Octal11024711371067431725057
Binary100100010100111100101111100101101111000111111010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a74b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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