#48AD43

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

Shades of Fruit Salad #48AD43

Tints of Fruit Salad #48AD43

Color information

#48AD43 (or 0x48AD43) is unknown color: approx Fruit Salad. HEX triplet: 48, AD and 43. RGB value is (72,173,67). Sum of RGB (Red+Green+Blue) = 72+173+67=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AD43 is #B752BC. Grayscale: #838383. Windows color (decimal): -12014269 or 4435272. OLE color: 4435272.

HSL color Cylindrical-coordinate representation of color #48AD43: hue angle of 117.17º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48AD43 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB7217367-
CMYK0.5800.610.32
HSL117.17º44.17%47.06%-
HSV(B)117.17º61.27%67.84%-
XYZ18.6331.6710.44-
YUV130.7292.0486.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 173 (67.97% from 255) = 55.45%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=23.08%
G=55.45%
B=21.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72173670.5800.610.32117.1744.1747.06
Hex48AD433A03D20752c2f
Octal11025510372075401655457
Binary100100010101101100001111101001111011000001110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,173,67); }

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

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

 a { background-color: rgb(72,173,67); }

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

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

 span { border-color: rgb(72,173,67); }

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