#48AA3F

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

Shades of Fruit Salad #48AA3F

Tints of Fruit Salad #48AA3F

Color information

#48AA3F (or 0x48AA3F) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 3F. RGB value is (72,170,63). Sum of RGB (Red+Green+Blue) = 72+170+63=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA3F is #B755C0. Grayscale: #808080. Windows color (decimal): -12015041 or 4172360. OLE color: 4172360.

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

Color convert

RGB7217063-
CMYK0.5800.630.33
HSL114.95º45.92%45.69%-
HSV(B)114.95º62.94%66.67%-
XYZ17.9430.499.64-
YUV128.591.0387.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 63 (25% from 255) = 20.66%
R=23.61%
G=55.74%
B=20.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170630.5800.630.33114.9545.9245.69
Hex48AA3F3A03F21732e2e
Octal1102527772077411635656
Binary10010001010101011111111101001111111000011110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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