#53A65A

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

Shades of Fruit Salad #53A65A

Tints of Fruit Salad #53A65A

Color information

#53A65A (or 0x53A65A) is unknown color: approx Fruit Salad. HEX triplet: 53, A6 and 5A. RGB value is (83,166,90). Sum of RGB (Red+Green+Blue) = 83+166+90=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #53A65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A65A is #AC59A5. Grayscale: #848484. Windows color (decimal): -11295142 or 5940819. OLE color: 5940819.

HSL color Cylindrical-coordinate representation of color #53A65A: hue angle of 125.06º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A65A is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB8316690-
CMYK0.5000.460.35
HSL125.06º33.33%48.82%-
HSV(B)125.06º50%65.1%-
XYZ19.0529.8514.43-
YUV132.5210492.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=24.48%
G=48.97%
B=26.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83166900.5000.460.35125.0633.3348.82
Hex53A65A3202E237d2131
Octal12324613262056431754161
Binary101001110100110101101011001001011101000111111101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,90); }

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

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

 a { background-color: rgb(83,166,90); }

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

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

 span { border-color: rgb(83,166,90); }

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