#48B23D

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

Shades of Fruit Salad #48B23D

Tints of Fruit Salad #48B23D

Color information

#48B23D (or 0x48B23D) is unknown color: approx Fruit Salad. HEX triplet: 48, B2 and 3D. RGB value is (72,178,61). Sum of RGB (Red+Green+Blue) = 72+178+61=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #48B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B23D is #B74DC2. Grayscale: #858585. Windows color (decimal): -12012995 or 4043336. OLE color: 4043336.

HSL color Cylindrical-coordinate representation of color #48B23D: hue angle of 114.36º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48B23D is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB7217861-
CMYK0.6000.660.30
HSL114.36º48.95%46.86%-
HSV(B)114.36º65.73%69.8%-
XYZ19.4433.569.87-
YUV132.9787.3884.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=23.15%
G=57.23%
B=19.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178610.6000.660.30114.3648.9546.86
Hex48B23D3C0421E72312f
Octal11026275740102361626157
Binary10010001011001011110111110001000010111101110010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,61); }

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

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

 a { background-color: rgb(72,178,61); }

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

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

 span { border-color: rgb(72,178,61); }

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