#53945C

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

Shades of Fruit Salad #53945C

Tints of Fruit Salad #53945C

Color information

#53945C (or 0x53945C) is unknown color: approx Fruit Salad. HEX triplet: 53, 94 and 5C. RGB value is (83,148,92). Sum of RGB (Red+Green+Blue) = 83+148+92=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #53945C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53945C is #AC6BA3. Grayscale: #7A7A7A. Windows color (decimal): -11299748 or 6067283. OLE color: 6067283.

HSL color Cylindrical-coordinate representation of color #53945C: hue angle of 128.31º 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 #53945C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB8314892-
CMYK0.4400.380.42
HSL128.31º28.14%45.29%-
HSV(B)128.31º43.92%58.04%-
XYZ16.0923.7913.87-
YUV122.18110.97100.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=25.70%
G=45.82%
B=28.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148920.4400.380.42128.3128.1445.29
Hex53945C2C0262A801c2d
Octal12322413454046522003455
Binary101001110010100101110010110001001101010101000000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53945C; }

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

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

<style>
 a { background-color: #53945C; }

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

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

<style>
 span { border-color: #53945C; }

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

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