#53AA48

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

Shades of Fruit Salad #53AA48

Tints of Fruit Salad #53AA48

Color information

#53AA48 (or 0x53AA48) is unknown color: approx Fruit Salad. HEX triplet: 53, AA and 48. RGB value is (83,170,72). Sum of RGB (Red+Green+Blue) = 83+170+72=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA48 is #AC55B7. Grayscale: #858585. Windows color (decimal): -11294136 or 4762195. OLE color: 4762195.

HSL color Cylindrical-coordinate representation of color #53AA48: hue angle of 113.27º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AA48 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB8317072-
CMYK0.5100.580.33
HSL113.27º40.5%47.45%-
HSV(B)113.27º57.65%66.67%-
XYZ19.1131.0611.12-
YUV132.8293.6892.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=25.54%
G=52.31%
B=22.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170720.5100.580.33113.2740.547.45
Hex53AA483303A2171282f
Octal12325211063072411615057
Binary101001110101010100100011001101110101000011110001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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