#53A261

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

Shades of Fruit Salad #53A261

Tints of Fruit Salad #53A261

Color information

#53A261 (or 0x53A261) is unknown color: approx Fruit Salad. HEX triplet: 53, A2 and 61. RGB value is (83,162,97). Sum of RGB (Red+Green+Blue) = 83+162+97=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #53A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A261 is #AC5D9E. Grayscale: #838383. Windows color (decimal): -11296159 or 6398547. OLE color: 6398547.

HSL color Cylindrical-coordinate representation of color #53A261: hue angle of 130.63º degrees, saturation: 0.32, 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 #53A261 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB8316297-
CMYK0.4900.400.36
HSL130.63º32.24%48.04%-
HSV(B)130.63º48.77%63.53%-
XYZ18.6528.5415.84-
YUV130.97108.8393.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=24.27%
G=47.37%
B=28.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162970.4900.400.36130.6332.2448.04
Hex53A2613102824832030
Octal12324214161050442034060
Binary1010011101000101100001110001010100010010010000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,97); }

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

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

 a { background-color: rgb(83,162,97); }

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

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

 span { border-color: rgb(83,162,97); }

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