#539454

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

Shades of Fruit Salad #539454

Tints of Fruit Salad #539454

Color information

#539454 (or 0x539454) is unknown color: approx Fruit Salad. HEX triplet: 53, 94 and 54. RGB value is (83,148,84). Sum of RGB (Red+Green+Blue) = 83+148+84=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #539454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539454 is #AC6BAB. Grayscale: #797979. Windows color (decimal): -11299756 or 5542995. OLE color: 5542995.

HSL color Cylindrical-coordinate representation of color #539454: hue angle of 120.92º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539454 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB8314884-
CMYK0.4400.430.42
HSL120.92º28.14%45.29%-
HSV(B)120.92º43.92%58.04%-
XYZ15.7623.6612.12-
YUV121.27106.97100.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=26.35%
G=46.98%
B=26.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148840.4400.430.42120.9228.1445.29
Hex5394542C02B2A791c2d
Octal12322412454053521713455
Binary10100111001010010101001011000101011101010111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539454; }

 p { color: rgb(83,148,84); }

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

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

 a { background-color: rgb(83,148,84); }

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

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

 span { border-color: rgb(83,148,84); }

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