#48AA3B

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

Shades of Fruit Salad #48AA3B

Tints of Fruit Salad #48AA3B

Color information

#48AA3B (or 0x48AA3B) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 3B. RGB value is (72,170,59). Sum of RGB (Red+Green+Blue) = 72+170+59=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA3B is #B755C4. Grayscale: #808080. Windows color (decimal): -12015045 or 3910216. OLE color: 3910216.

HSL color Cylindrical-coordinate representation of color #48AA3B: hue angle of 112.97º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48AA3B is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB7217059-
CMYK0.5800.650.33
HSL112.97º48.47%44.9%-
HSV(B)112.97º65.29%66.67%-
XYZ17.8430.449.07-
YUV128.0489.0388.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 170 (66.80% from 255) = 56.48%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=23.92%
G=56.48%
B=19.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170590.5800.650.33112.9748.4744.9
Hex48AA3B3A0412171302d
Octal11025273720101411616055
Binary100100010101010111011111010010000011000011110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,59); }

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

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

 a { background-color: rgb(72,170,59); }

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

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

 span { border-color: rgb(72,170,59); }

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