#48B043

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

Shades of Fruit Salad #48B043

Tints of Fruit Salad #48B043

Color information

#48B043 (or 0x48B043) is unknown color: approx Fruit Salad. HEX triplet: 48, B0 and 43. RGB value is (72,176,67). Sum of RGB (Red+Green+Blue) = 72+176+67=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #48B043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B043 is #B74FBC. Grayscale: #848484. Windows color (decimal): -12013501 or 4436040. OLE color: 4436040.

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

Color convert

RGB7217667-
CMYK0.5900.620.31
HSL117.25º44.86%47.65%-
HSV(B)117.25º61.93%69.02%-
XYZ19.2132.8310.64-
YUV132.4891.0484.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 176 (69.14% from 255) = 55.87%
BLUE value IS 67 (26.56% from 255) = 21.27%
R=22.86%
G=55.87%
B=21.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72176670.5900.620.31117.2544.8647.65
Hex48B0433B03E1F752d30
Octal11026010373076371655560
Binary10010001011000010000111110110111110111111110101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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