#539158

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

Shades of Fruit Salad #539158

Tints of Fruit Salad #539158

Color information

#539158 (or 0x539158) is unknown color: approx Fruit Salad. HEX triplet: 53, 91 and 58. RGB value is (83,145,88). Sum of RGB (Red+Green+Blue) = 83+145+88=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #539158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539158 is #AC6EA7. Grayscale: #787878. Windows color (decimal): -11300520 or 5804371. OLE color: 5804371.

HSL color Cylindrical-coordinate representation of color #539158: hue angle of 124.84º degrees, saturation: 0.27, 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 #539158 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB8314588-
CMYK0.4300.390.43
HSL124.84º27.19%44.71%-
HSV(B)124.84º42.76%56.86%-
XYZ15.4522.7912.82-
YUV119.96109.96101.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=26.27%
G=45.89%
B=27.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83145880.4300.390.43124.8427.1944.71
Hex5391582B0272B7d1b2d
Octal12322113053047531753355
Binary10100111001000110110001010110100111101011111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539158; }

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

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

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

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

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

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

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

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