#539849

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

Shades of Fruit Salad #539849

Tints of Fruit Salad #539849

Color information

#539849 (or 0x539849) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 49. RGB value is (83,152,73). Sum of RGB (Red+Green+Blue) = 83+152+73=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #539849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539849 is #AC67B6. Grayscale: #7A7A7A. Windows color (decimal): -11298743 or 4823123. OLE color: 4823123.

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

Color convert

RGB8315273-
CMYK0.4500.520.40
HSL112.41º35.11%44.12%-
HSV(B)112.41º51.97%59.61%-
XYZ1624.7810.24-
YUV122.36100.1499.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=26.95%
G=49.35%
B=23.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152730.4500.520.40112.4135.1144.12
Hex5398492D0342870232c
Octal12323011155064501604354
Binary101001110011000100100110110101101001010001110000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539849; }

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

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

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

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

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

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

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

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