#539550

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

Shades of Fruit Salad #539550

Tints of Fruit Salad #539550

Color information

#539550 (or 0x539550) is unknown color: approx Fruit Salad. HEX triplet: 53, 95 and 50. RGB value is (83,149,80). Sum of RGB (Red+Green+Blue) = 83+149+80=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #539550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539550 is #AC6AAF. Grayscale: #797979. Windows color (decimal): -11299504 or 5281107. OLE color: 5281107.

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

Color convert

RGB8314980-
CMYK0.4400.460.42
HSL117.39º30.13%44.9%-
HSV(B)117.39º46.31%58.43%-
XYZ15.7623.9111.37-
YUV121.4104.63100.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=26.60%
G=47.76%
B=25.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149800.4400.460.42117.3930.1344.9
Hex5395502C02E2A751e2d
Octal12322512054056521653655
Binary10100111001010110100001011000101110101010111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539550; }

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

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

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

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

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

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

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

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