#53AA4D

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

Shades of Fruit Salad #53AA4D

Tints of Fruit Salad #53AA4D

Color information

#53AA4D (or 0x53AA4D) is unknown color: approx Fruit Salad. HEX triplet: 53, AA and 4D. RGB value is (83,170,77). Sum of RGB (Red+Green+Blue) = 83+170+77=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA4D is #AC55B2. Grayscale: #858585. Windows color (decimal): -11294131 or 5089875. OLE color: 5089875.

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

Color convert

RGB8317077-
CMYK0.5100.550.33
HSL116.13º37.65%48.43%-
HSV(B)116.13º54.71%66.67%-
XYZ19.2831.1212.01-
YUV133.3896.1892.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=25.15%
G=51.52%
B=23.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170770.5100.550.33116.1337.6548.43
Hex53AA4D3303721742630
Octal12325211563067411644660
Binary101001110101010100110111001101101111000011110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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