#539E5A

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

Shades of Fruit Salad #539E5A

Tints of Fruit Salad #539E5A

Color information

#539E5A (or 0x539E5A) is unknown color: approx Fruit Salad. HEX triplet: 53, 9E and 5A. RGB value is (83,158,90). Sum of RGB (Red+Green+Blue) = 83+158+90=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #539E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E5A is #AC61A5. Grayscale: #808080. Windows color (decimal): -11297190 or 5938771. OLE color: 5938771.

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

Color convert

RGB8315890-
CMYK0.4700.430.38
HSL125.6º31.12%47.25%-
HSV(B)125.6º47.47%61.96%-
XYZ17.6427.0313.96-
YUV127.82106.6596.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=25.08%
G=47.73%
B=27.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83158900.4700.430.38125.631.1247.25
Hex539E5A2F02B267e1f2f
Octal12323613257053461763757
Binary10100111001111010110101011110101011100110111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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