#53A54C

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

Shades of Fruit Salad #53A54C

Tints of Fruit Salad #53A54C

Color information

#53A54C (or 0x53A54C) is unknown color: approx Fruit Salad. HEX triplet: 53, A5 and 4C. RGB value is (83,165,76). Sum of RGB (Red+Green+Blue) = 83+165+76=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #53A54C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A54C is #AC5AB3. Grayscale: #828282. Windows color (decimal): -11295412 or 5023059. OLE color: 5023059.

HSL color Cylindrical-coordinate representation of color #53A54C: hue angle of 115.28º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53A54C is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB8316576-
CMYK0.5000.540.35
HSL115.28º36.93%47.25%-
HSV(B)115.28º53.94%64.71%-
XYZ18.3329.2711.52-
YUV130.3497.3394.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=25.62%
G=50.93%
B=23.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165760.5000.540.35115.2836.9347.25
Hex53A54C320362373252f
Octal12324511462066431634557
Binary101001110100101100110011001001101101000111110011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,76); }

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

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

 a { background-color: rgb(83,165,76); }

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

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

 span { border-color: rgb(83,165,76); }

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