#48B438

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

Shades of Fruit Salad #48B438

Tints of Fruit Salad #48B438

Color information

#48B438 (or 0x48B438) is unknown color: approx Fruit Salad. HEX triplet: 48, B4 and 38. RGB value is (72,180,56). Sum of RGB (Red+Green+Blue) = 72+180+56=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #48B438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B438 is #B74BC7. Grayscale: #858585. Windows color (decimal): -12012488 or 3716168. OLE color: 3716168.

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

Color convert

RGB7218056-
CMYK0.6000.690.29
HSL112.26º52.54%46.27%-
HSV(B)112.26º68.89%70.59%-
XYZ19.7134.319.32-
YUV133.5784.2284.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 180 (70.70% from 255) = 58.44%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=23.38%
G=58.44%
B=18.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180560.6000.690.29112.2652.5446.27
Hex48B4383C0451D70352e
Octal11026470740105351606556
Binary10010001011010011100011110001000101111011110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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