#53A248

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

Shades of Fruit Salad #53A248

Tints of Fruit Salad #53A248

Color information

#53A248 (or 0x53A248) is unknown color: approx Fruit Salad. HEX triplet: 53, A2 and 48. RGB value is (83,162,72). Sum of RGB (Red+Green+Blue) = 83+162+72=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #53A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A248 is #AC5DB7. Grayscale: #808080. Windows color (decimal): -11296184 or 4760147. OLE color: 4760147.

HSL color Cylindrical-coordinate representation of color #53A248: hue angle of 112.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A248 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB8316272-
CMYK0.4900.560.36
HSL112.67º38.46%45.88%-
HSV(B)112.67º55.56%63.53%-
XYZ17.6628.1510.63-
YUV128.1296.3395.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 162 (63.67% from 255) = 51.10%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=26.18%
G=51.10%
B=22.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162720.4900.560.36112.6738.4645.88
Hex53A248310382471262e
Octal12324211061070441614656
Binary101001110100010100100011000101110001001001110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A248; }

 p { color: rgb(83,162,72); }

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

<style>
 a { background-color: #53A248; }

 a { background-color: rgb(83,162,72); }

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

<style>
 span { border-color: #53A248; }

 span { border-color: rgb(83,162,72); }

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