#539356

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

Shades of Fruit Salad #539356

Tints of Fruit Salad #539356

Color information

#539356 (or 0x539356) is unknown color: approx Fruit Salad. HEX triplet: 53, 93 and 56. RGB value is (83,147,86). Sum of RGB (Red+Green+Blue) = 83+147+86=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #539356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539356 is #AC6CA9. Grayscale: #797979. Windows color (decimal): -11300010 or 5673811. OLE color: 5673811.

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

Color convert

RGB8314786-
CMYK0.4400.410.42
HSL122.81º27.83%45.1%-
HSV(B)122.81º43.54%57.65%-
XYZ15.6823.3812.49-
YUV120.91108.3100.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=26.27%
G=46.52%
B=27.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147860.4400.410.42122.8127.8345.1
Hex5393562C0292A7b1c2d
Octal12322312654051521733455
Binary10100111001001110101101011000101001101010111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539356; }

 p { color: rgb(83,147,86); }

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

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

 a { background-color: rgb(83,147,86); }

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

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

 span { border-color: rgb(83,147,86); }

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