#539C50

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

Shades of Fruit Salad #539C50

Tints of Fruit Salad #539C50

Color information

#539C50 (or 0x539C50) is unknown color: approx Fruit Salad. HEX triplet: 53, 9C and 50. RGB value is (83,156,80). Sum of RGB (Red+Green+Blue) = 83+156+80=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #539C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C50 is #AC63AF. Grayscale: #7D7D7D. Windows color (decimal): -11297712 or 5282899. OLE color: 5282899.

HSL color Cylindrical-coordinate representation of color #539C50: hue angle of 117.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539C50 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB8315680-
CMYK0.4700.490.39
HSL117.63º32.2%46.27%-
HSV(B)117.63º48.72%61.18%-
XYZ16.926.211.75-
YUV125.51102.3297.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=26.02%
G=48.90%
B=25.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83156800.4700.490.39117.6332.246.27
Hex539C502F0312776202e
Octal12323412057061471664056
Binary101001110011100101000010111101100011001111110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539C50; }

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

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

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

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

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

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

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

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