#48A53A

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

Shades of Fruit Salad #48A53A

Tints of Fruit Salad #48A53A

Color information

#48A53A (or 0x48A53A) is unknown color: approx Fruit Salad. HEX triplet: 48, A5 and 3A. RGB value is (72,165,58). Sum of RGB (Red+Green+Blue) = 72+165+58=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #48A53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A53A is #B75AC5. Grayscale: #7D7D7D. Windows color (decimal): -12016326 or 3843400. OLE color: 3843400.

HSL color Cylindrical-coordinate representation of color #48A53A: hue angle of 112.15º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A53A is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB7216558-
CMYK0.5600.650.35
HSL112.15º47.98%43.73%-
HSV(B)112.15º64.85%64.71%-
XYZ16.8928.598.63-
YUV124.9990.1990.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=24.41%
G=55.93%
B=19.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165580.5600.650.35112.1547.9843.73
Hex48A53A380412370302c
Octal11024572700101431606054
Binary100100010100101111010111000010000011000111110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,58); }

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

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

 a { background-color: rgb(72,165,58); }

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

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

 span { border-color: rgb(72,165,58); }

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