#539A51

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

Shades of Fruit Salad #539A51

Tints of Fruit Salad #539A51

Color information

#539A51 (or 0x539A51) is unknown color: approx Fruit Salad. HEX triplet: 53, 9A and 51. RGB value is (83,154,81). Sum of RGB (Red+Green+Blue) = 83+154+81=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #539A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A51 is #AC65AE. Grayscale: #7C7C7C. Windows color (decimal): -11298223 or 5347923. OLE color: 5347923.

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

Color convert

RGB8315481-
CMYK0.4600.470.40
HSL118.36º31.06%46.08%-
HSV(B)118.36º47.4%60.39%-
XYZ16.6125.5411.84-
YUV124.45103.4898.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 154 (60.55% from 255) = 48.43%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=26.10%
G=48.43%
B=25.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154810.4600.470.40118.3631.0646.08
Hex539A512E02F28761f2e
Octal12323212156057501663756
Binary10100111001101010100011011100101111101000111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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