#539A5B

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

Shades of Fruit Salad #539A5B

Tints of Fruit Salad #539A5B

Color information

#539A5B (or 0x539A5B) is unknown color: approx Fruit Salad. HEX triplet: 53, 9A and 5B. RGB value is (83,154,91). Sum of RGB (Red+Green+Blue) = 83+154+91=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #539A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A5B is #AC65A4. Grayscale: #7D7D7D. Windows color (decimal): -11298213 or 6003283. OLE color: 6003283.

HSL color Cylindrical-coordinate representation of color #539A5B: hue angle of 126.76º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A5B is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8315491-
CMYK0.4600.410.40
HSL126.76º29.96%46.47%-
HSV(B)126.76º46.1%60.39%-
XYZ17.0125.7113.96-
YUV125.59108.4897.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 154 (60.55% from 255) = 46.95%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=25.30%
G=46.95%
B=27.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154910.4600.410.40126.7629.9646.47
Hex539A5B2E029287f1e2e
Octal12323213356051501773656
Binary10100111001101010110111011100101001101000111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,91); }

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

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

 a { background-color: rgb(83,154,91); }

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

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

 span { border-color: rgb(83,154,91); }

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