#53AC5C

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

Shades of Fruit Salad #53AC5C

Tints of Fruit Salad #53AC5C

Color information

#53AC5C (or 0x53AC5C) is unknown color: approx Fruit Salad. HEX triplet: 53, AC and 5C. RGB value is (83,172,92). Sum of RGB (Red+Green+Blue) = 83+172+92=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC5C is #AC53A3. Grayscale: #888888. Windows color (decimal): -11293604 or 6073427. OLE color: 6073427.

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

Color convert

RGB8317292-
CMYK0.5200.470.33
HSL126.07º34.9%50%-
HSV(B)126.07º51.74%67.45%-
XYZ20.2532.1215.26-
YUV136.27103.0190-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=23.92%
G=49.57%
B=26.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83172920.5200.470.33126.0734.950
Hex53AC5C3402F217e2332
Octal12325413464057411764362
Binary101001110101100101110011010001011111000011111110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,92); }

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

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

 a { background-color: rgb(83,172,92); }

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

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

 span { border-color: rgb(83,172,92); }

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