#539852

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

Shades of Fruit Salad #539852

Tints of Fruit Salad #539852

Color information

#539852 (or 0x539852) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 52. RGB value is (83,152,82). Sum of RGB (Red+Green+Blue) = 83+152+82=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #539852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539852 is #AC67AD. Grayscale: #7B7B7B. Windows color (decimal): -11298734 or 5412947. OLE color: 5412947.

HSL color Cylindrical-coordinate representation of color #539852: hue angle of 119.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 #539852 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB8315282-
CMYK0.4500.460.40
HSL119.14º29.91%45.88%-
HSV(B)119.14º46.05%59.61%-
XYZ16.3224.911.93-
YUV123.39104.6499.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 152 (59.77% from 255) = 47.95%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=26.18%
G=47.95%
B=25.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152820.4500.460.40119.1429.9145.88
Hex5398522D02E28771e2e
Octal12323012255056501673656
Binary10100111001100010100101011010101110101000111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539852; }

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

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

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

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

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

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

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

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