#539759

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

Shades of Fruit Salad #539759

Tints of Fruit Salad #539759

Color information

#539759 (or 0x539759) is unknown color: approx Fruit Salad. HEX triplet: 53, 97 and 59. RGB value is (83,151,89). Sum of RGB (Red+Green+Blue) = 83+151+89=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #539759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539759 is #AC68A6. Grayscale: #7B7B7B. Windows color (decimal): -11298983 or 5871443. OLE color: 5871443.

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

Color convert

RGB8315189-
CMYK0.4500.410.41
HSL125.29º29.06%45.88%-
HSV(B)125.29º45.03%59.22%-
XYZ16.4424.6913.35-
YUV123.6108.4799.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=25.70%
G=46.75%
B=27.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151890.4500.410.41125.2929.0645.88
Hex5397592D029297d1d2e
Octal12322713155051511753556
Binary10100111001011110110011011010101001101001111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539759; }

 p { color: rgb(83,151,89); }

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

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

 a { background-color: rgb(83,151,89); }

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

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

 span { border-color: rgb(83,151,89); }

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