#48B445

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

Shades of Fruit Salad #48B445

Tints of Fruit Salad #48B445

Color information

#48B445 (or 0x48B445) is unknown color: approx Fruit Salad. HEX triplet: 48, B4 and 45. RGB value is (72,180,69). Sum of RGB (Red+Green+Blue) = 72+180+69=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #48B445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B445 is #B74BBA. Grayscale: #878787. Windows color (decimal): -12012475 or 4568136. OLE color: 4568136.

HSL color Cylindrical-coordinate representation of color #48B445: hue angle of 118.38º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48B445 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB7218069-
CMYK0.6000.620.29
HSL118.38º44.58%48.82%-
HSV(B)118.38º61.67%70.59%-
XYZ20.0734.4511.22-
YUV135.0590.7283.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=22.43%
G=56.07%
B=21.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180690.6000.620.29118.3844.5848.82
Hex48B4453C03E1D762d31
Octal11026410574076351665561
Binary10010001011010010001011111000111110111011110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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