#48A537

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

Shades of Fruit Salad #48A537

Tints of Fruit Salad #48A537

Color information

#48A537 (or 0x48A537) is unknown color: approx Fruit Salad. HEX triplet: 48, A5 and 37. RGB value is (72,165,55). Sum of RGB (Red+Green+Blue) = 72+165+55=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #48A537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A537 is #B75AC8. Grayscale: #7C7C7C. Windows color (decimal): -12016329 or 3646792. OLE color: 3646792.

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

Color convert

RGB7216555-
CMYK0.5600.670.35
HSL110.73º50%43.14%-
HSV(B)110.73º66.67%64.71%-
XYZ16.8228.568.24-
YUV124.6588.6990.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 165 (64.84% from 255) = 56.51%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=24.66%
G=56.51%
B=18.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165550.5600.670.35110.735043.14
Hex48A53738043236f322b
Octal11024567700103431576253
Binary100100010100101110111111000010000111000111101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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