#539C5A

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

Shades of Fruit Salad #539C5A

Tints of Fruit Salad #539C5A

Color information

#539C5A (or 0x539C5A) is unknown color: approx Fruit Salad. HEX triplet: 53, 9C and 5A. RGB value is (83,156,90). Sum of RGB (Red+Green+Blue) = 83+156+90=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #539C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C5A is #AC63A5. Grayscale: #7E7E7E. Windows color (decimal): -11297702 or 5938259. OLE color: 5938259.

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

Color convert

RGB8315690-
CMYK0.4700.420.39
HSL125.75º30.54%46.86%-
HSV(B)125.75º46.79%61.18%-
XYZ17.326.3513.85-
YUV126.65107.3296.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=25.23%
G=47.42%
B=27.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83156900.4700.420.39125.7530.5446.86
Hex539C5A2F02A277e1f2f
Octal12323413257052471763757
Binary10100111001110010110101011110101010100111111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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