#539D4F

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

Shades of Fruit Salad #539D4F

Tints of Fruit Salad #539D4F

Color information

#539D4F (or 0x539D4F) is unknown color: approx Fruit Salad. HEX triplet: 53, 9D and 4F. RGB value is (83,157,79). Sum of RGB (Red+Green+Blue) = 83+157+79=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #539D4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D4F is #AC62B0. Grayscale: #7E7E7E. Windows color (decimal): -11297457 or 5217619. OLE color: 5217619.

HSL color Cylindrical-coordinate representation of color #539D4F: hue angle of 116.92º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #539D4F is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB8315779-
CMYK0.4700.500.38
HSL116.92º33.05%46.27%-
HSV(B)116.92º49.68%61.57%-
XYZ17.0426.5211.62-
YUV125.98101.4897.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 157 (61.72% from 255) = 49.22%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=26.02%
G=49.22%
B=24.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83157790.4700.500.38116.9233.0546.27
Hex539D4F2F0322675212e
Octal12323511757062461654156
Binary101001110011101100111110111101100101001101110101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,157,79); }

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

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

 a { background-color: rgb(83,157,79); }

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

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

 span { border-color: rgb(83,157,79); }

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