#53A460

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

Shades of Fruit Salad #53A460

Tints of Fruit Salad #53A460

Color information

#53A460 (or 0x53A460) is unknown color: approx Fruit Salad. HEX triplet: 53, A4 and 60. RGB value is (83,164,96). Sum of RGB (Red+Green+Blue) = 83+164+96=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #53A460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A460 is #AC5B9F. Grayscale: #848484. Windows color (decimal): -11295648 or 6333523. OLE color: 6333523.

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

Color convert

RGB8316496-
CMYK0.4900.410.36
HSL129.63º32.79%48.43%-
HSV(B)129.63º49.39%64.31%-
XYZ18.9529.2315.71-
YUV132.03107.6693.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 164 (64.45% from 255) = 47.81%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=24.20%
G=47.81%
B=27.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83164960.4900.410.36129.6332.7948.43
Hex53A4603102924822130
Octal12324414061051442024160
Binary1010011101001001100000110001010100110010010000010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,164,96); }

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

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

 a { background-color: rgb(83,164,96); }

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

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

 span { border-color: rgb(83,164,96); }

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