#48AF45

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

Shades of Fruit Salad #48AF45

Tints of Fruit Salad #48AF45

Color information

#48AF45 (or 0x48AF45) is unknown color: approx Fruit Salad. HEX triplet: 48, AF and 45. RGB value is (72,175,69). Sum of RGB (Red+Green+Blue) = 72+175+69=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF45 is #B750BA. Grayscale: #848484. Windows color (decimal): -12013755 or 4566856. OLE color: 4566856.

HSL color Cylindrical-coordinate representation of color #48AF45: hue angle of 118.3º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48AF45 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB7217569-
CMYK0.5900.610.31
HSL118.3º43.44%47.84%-
HSV(B)118.3º60.57%68.63%-
XYZ19.0832.4710.89-
YUV132.1292.3885.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 175 (68.75% from 255) = 55.38%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=22.78%
G=55.38%
B=21.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175690.5900.610.31118.343.4447.84
Hex48AF453B03D1F762b30
Octal11025710573075371665360
Binary10010001010111110001011110110111101111111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,69); }

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

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

 a { background-color: rgb(72,175,69); }

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

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

 span { border-color: rgb(72,175,69); }

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