#539858

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

Shades of Fruit Salad #539858

Tints of Fruit Salad #539858

Color information

#539858 (or 0x539858) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 58. RGB value is (83,152,88). Sum of RGB (Red+Green+Blue) = 83+152+88=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #539858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539858 is #AC67A7. Grayscale: #7C7C7C. Windows color (decimal): -11298728 or 5806163. OLE color: 5806163.

HSL color Cylindrical-coordinate representation of color #539858: hue angle of 124.35º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539858 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB8315288-
CMYK0.4500.420.40
HSL124.35º29.36%46.08%-
HSV(B)124.35º45.39%59.61%-
XYZ16.562513.19-
YUV124.07107.6498.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=25.70%
G=47.06%
B=27.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152880.4500.420.40124.3529.3646.08
Hex5398582D02A287c1d2e
Octal12323013055052501743556
Binary10100111001100010110001011010101010101000111110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539858; }

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

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

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

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

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

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

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

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