#53A149

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

Shades of Fruit Salad #53A149

Tints of Fruit Salad #53A149

Color information

#53A149 (or 0x53A149) is unknown color: approx Fruit Salad. HEX triplet: 53, A1 and 49. RGB value is (83,161,73). Sum of RGB (Red+Green+Blue) = 83+161+73=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #53A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A149 is #AC5EB6. Grayscale: #7F7F7F. Windows color (decimal): -11296439 or 4825427. OLE color: 4825427.

HSL color Cylindrical-coordinate representation of color #53A149: hue angle of 113.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A149 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB8316173-
CMYK0.4800.550.37
HSL113.18º37.61%45.88%-
HSV(B)113.18º54.66%63.14%-
XYZ17.5127.8110.75-
YUV127.6597.1696.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 161 (63.28% from 255) = 50.79%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=26.18%
G=50.79%
B=23.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161730.4800.550.37113.1837.6145.88
Hex53A149300372571262e
Octal12324111160067451614656
Binary101001110100001100100111000001101111001011110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,73); }

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

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

 a { background-color: rgb(83,161,73); }

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

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

 span { border-color: rgb(83,161,73); }

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