#53955A

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

Shades of Fruit Salad #53955A

Tints of Fruit Salad #53955A

Color information

#53955A (or 0x53955A) is unknown color: approx Fruit Salad. HEX triplet: 53, 95 and 5A. RGB value is (83,149,90). Sum of RGB (Red+Green+Blue) = 83+149+90=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #53955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53955A is #AC6AA5. Grayscale: #7A7A7A. Windows color (decimal): -11299494 or 5936467. OLE color: 5936467.

HSL color Cylindrical-coordinate representation of color #53955A: hue angle of 126.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53955A is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB8314990-
CMYK0.4400.400.42
HSL126.36º28.45%45.49%-
HSV(B)126.36º44.3%58.43%-
XYZ16.1624.0713.47-
YUV122.54109.6399.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=25.78%
G=46.27%
B=27.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149900.4400.400.42126.3628.4545.49
Hex53955A2C0282A7e1c2d
Octal12322513254050521763455
Binary10100111001010110110101011000101000101010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53955A; }

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

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

<style>
 a { background-color: #53955A; }

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

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

<style>
 span { border-color: #53955A; }

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

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