#539255

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

Shades of Fruit Salad #539255

Tints of Fruit Salad #539255

Color information

#539255 (or 0x539255) is unknown color: approx Fruit Salad. HEX triplet: 53, 92 and 55. RGB value is (83,146,85). Sum of RGB (Red+Green+Blue) = 83+146+85=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #539255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539255 is #AC6DAA. Grayscale: #787878. Windows color (decimal): -11300267 or 5608019. OLE color: 5608019.

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

Color convert

RGB8314685-
CMYK0.4300.420.43
HSL121.9º27.51%44.9%-
HSV(B)121.9º43.15%57.25%-
XYZ15.4923.0512.23-
YUV120.21108.13101.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=26.43%
G=46.50%
B=27.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146850.4300.420.43121.927.5144.9
Hex5392552B02A2B7a1c2d
Octal12322212553052531723455
Binary10100111001001010101011010110101010101011111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539255; }

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

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

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

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

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

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

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

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