#539959

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

Shades of Fruit Salad #539959

Tints of Fruit Salad #539959

Color information

#539959 (or 0x539959) is unknown color: approx Fruit Salad. HEX triplet: 53, 99 and 59. RGB value is (83,153,89). Sum of RGB (Red+Green+Blue) = 83+153+89=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #539959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539959 is #AC66A6. Grayscale: #7C7C7C. Windows color (decimal): -11298471 or 5871955. OLE color: 5871955.

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

Color convert

RGB8315389-
CMYK0.4600.420.4
HSL125.14º29.66%46.27%-
HSV(B)125.14º45.75%60%-
XYZ16.7625.3413.46-
YUV124.77107.8198.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=25.54%
G=47.08%
B=27.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153890.4600.420.4125.1429.6646.27
Hex5399592E02A287d1e2e
Octal12323113156052501753656
Binary10100111001100110110011011100101010101000111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539959; }

 p { color: rgb(83,153,89); }

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

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

 a { background-color: rgb(83,153,89); }

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

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

 span { border-color: rgb(83,153,89); }

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