#539A5A

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

Shades of Fruit Salad #539A5A

Tints of Fruit Salad #539A5A

Color information

#539A5A (or 0x539A5A) is unknown color: approx Fruit Salad. HEX triplet: 53, 9A and 5A. RGB value is (83,154,90). Sum of RGB (Red+Green+Blue) = 83+154+90=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #539A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A5A is #AC65A5. Grayscale: #7D7D7D. Windows color (decimal): -11298214 or 5937747. OLE color: 5937747.

HSL color Cylindrical-coordinate representation of color #539A5A: hue angle of 125.92º 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 #539A5A is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB8315490-
CMYK0.4600.420.40
HSL125.92º29.96%46.47%-
HSV(B)125.92º46.1%60.39%-
XYZ16.9725.6913.74-
YUV125.48107.9897.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 154 (60.55% from 255) = 47.09%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=25.38%
G=47.09%
B=27.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154900.4600.420.40125.9229.9646.47
Hex539A5A2E02A287e1e2e
Octal12323213256052501763656
Binary10100111001101010110101011100101010101000111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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