#539E5C

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

Shades of Fruit Salad #539E5C

Tints of Fruit Salad #539E5C

Color information

#539E5C (or 0x539E5C) is unknown color: approx Fruit Salad. HEX triplet: 53, 9E and 5C. RGB value is (83,158,92). Sum of RGB (Red+Green+Blue) = 83+158+92=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #539E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E5C is #AC61A3. Grayscale: #808080. Windows color (decimal): -11297188 or 6069843. OLE color: 6069843.

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

Color convert

RGB8315892-
CMYK0.4700.420.38
HSL127.2º31.12%47.25%-
HSV(B)127.2º47.47%61.96%-
XYZ17.7327.0714.42-
YUV128.05107.6595.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=24.92%
G=47.45%
B=27.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83158920.4700.420.38127.231.1247.25
Hex539E5C2F02A267f1f2f
Octal12323613457052461773757
Binary10100111001111010111001011110101010100110111111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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