#539257

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

Shades of Fruit Salad #539257

Tints of Fruit Salad #539257

Color information

#539257 (or 0x539257) is unknown color: approx Fruit Salad. HEX triplet: 53, 92 and 57. RGB value is (83,146,87). Sum of RGB (Red+Green+Blue) = 83+146+87=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #539257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539257 is #AC6DA8. Grayscale: #787878. Windows color (decimal): -11300265 or 5739091. OLE color: 5739091.

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

Color convert

RGB8314687-
CMYK0.4300.400.43
HSL123.81º27.51%44.9%-
HSV(B)123.81º43.15%57.25%-
XYZ15.5723.0812.65-
YUV120.44109.13101.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=26.27%
G=46.20%
B=27.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146870.4300.400.43123.8127.5144.9
Hex5392572B0282B7c1c2d
Octal12322212753050531743455
Binary10100111001001010101111010110101000101011111110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539257; }

 p { color: rgb(83,146,87); }

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

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

 a { background-color: rgb(83,146,87); }

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

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

 span { border-color: rgb(83,146,87); }

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