#539656

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

Shades of Fruit Salad #539656

Tints of Fruit Salad #539656

Color information

#539656 (or 0x539656) is unknown color: approx Fruit Salad. HEX triplet: 53, 96 and 56. RGB value is (83,150,86). Sum of RGB (Red+Green+Blue) = 83+150+86=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #539656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539656 is #AC69A9. Grayscale: #7A7A7A. Windows color (decimal): -11299242 or 5674579. OLE color: 5674579.

HSL color Cylindrical-coordinate representation of color #539656: hue angle of 122.69º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539656 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB8315086-
CMYK0.4500.430.41
HSL122.69º28.76%45.69%-
HSV(B)122.69º44.67%58.82%-
XYZ16.1524.3212.65-
YUV122.67107.399.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=26.02%
G=47.02%
B=26.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83150860.4500.430.41122.6928.7645.69
Hex5396562D02B297b1d2e
Octal12322612655053511733556
Binary10100111001011010101101011010101011101001111101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539656; }

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

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

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

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

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

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

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

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