#48B641

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

Shades of Fruit Salad #48B641

Tints of Fruit Salad #48B641

Color information

#48B641 (or 0x48B641) is unknown color: approx Fruit Salad. HEX triplet: 48, B6 and 41. RGB value is (72,182,65). Sum of RGB (Red+Green+Blue) = 72+182+65=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #48B641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B641 is #B749BE. Grayscale: #888888. Windows color (decimal): -12011967 or 4306504. OLE color: 4306504.

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

Color convert

RGB7218265-
CMYK0.6000.640.29
HSL116.41º47.37%48.43%-
HSV(B)116.41º64.29%71.37%-
XYZ20.3535.2210.73-
YUV135.7788.0682.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 182 (71.48% from 255) = 57.05%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=22.57%
G=57.05%
B=20.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72182650.6000.640.29116.4147.3748.43
Hex48B6413C0401D742f30
Octal110266101740100351645760
Binary100100010110110100000111110001000000111011110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,65); }

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

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

 a { background-color: rgb(72,182,65); }

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

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

 span { border-color: rgb(72,182,65); }

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