#539F5C

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

Shades of Fruit Salad #539F5C

Tints of Fruit Salad #539F5C

Color information

#539F5C (or 0x539F5C) is unknown color: approx Fruit Salad. HEX triplet: 53, 9F and 5C. RGB value is (83,159,92). Sum of RGB (Red+Green+Blue) = 83+159+92=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #539F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F5C is #AC60A3. Grayscale: #808080. Windows color (decimal): -11296932 or 6070099. OLE color: 6070099.

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

Color convert

RGB8315992-
CMYK0.4800.420.38
HSL127.11º31.4%47.45%-
HSV(B)127.11º47.8%62.35%-
XYZ17.927.4114.47-
YUV128.64107.3295.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=24.85%
G=47.60%
B=27.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83159920.4800.420.38127.1131.447.45
Hex539F5C3002A267f1f2f
Octal12323713460052461773757
Binary10100111001111110111001100000101010100110111111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,159,92); }

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

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

 a { background-color: rgb(83,159,92); }

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

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

 span { border-color: rgb(83,159,92); }

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