#48A93F

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

Shades of Fruit Salad #48A93F

Tints of Fruit Salad #48A93F

Color information

#48A93F (or 0x48A93F) is unknown color: approx Fruit Salad. HEX triplet: 48, A9 and 3F. RGB value is (72,169,63). Sum of RGB (Red+Green+Blue) = 72+169+63=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #48A93F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A93F is #B756C0. Grayscale: #808080. Windows color (decimal): -12015297 or 4172104. OLE color: 4172104.

HSL color Cylindrical-coordinate representation of color #48A93F: hue angle of 114.91º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A93F is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB7216963-
CMYK0.5700.630.34
HSL114.91º45.69%45.49%-
HSV(B)114.91º62.72%66.27%-
XYZ17.7630.119.58-
YUV127.9191.3688.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 169 (66.41% from 255) = 55.59%
BLUE value IS 63 (25% from 255) = 20.72%
R=23.68%
G=55.59%
B=20.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72169630.5700.630.34114.9145.6945.49
Hex48A93F3903F22732e2d
Octal1102517771077421635655
Binary10010001010100111111111100101111111000101110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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