#539258

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

Shades of Fruit Salad #539258

Tints of Fruit Salad #539258

Color information

#539258 (or 0x539258) is unknown color: approx Fruit Salad. HEX triplet: 53, 92 and 58. RGB value is (83,146,88). Sum of RGB (Red+Green+Blue) = 83+146+88=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #539258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539258 is #AC6DA7. Grayscale: #787878. Windows color (decimal): -11300264 or 5804627. OLE color: 5804627.

HSL color Cylindrical-coordinate representation of color #539258: hue angle of 124.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539258 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB8314688-
CMYK0.4300.400.43
HSL124.76º27.51%44.9%-
HSV(B)124.76º43.15%57.25%-
XYZ15.6123.112.87-
YUV120.55109.63101.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=26.18%
G=46.06%
B=27.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146880.4300.400.43124.7627.5144.9
Hex5392582B0282B7d1c2d
Octal12322213053050531753455
Binary10100111001001010110001010110101000101011111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539258; }

 p { color: rgb(83,146,88); }

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

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

 a { background-color: rgb(83,146,88); }

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

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

 span { border-color: rgb(83,146,88); }

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