#539351

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

Shades of Fruit Salad #539351

Tints of Fruit Salad #539351

Color information

#539351 (or 0x539351) is unknown color: approx Fruit Salad. HEX triplet: 53, 93 and 51. RGB value is (83,147,81). Sum of RGB (Red+Green+Blue) = 83+147+81=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #539351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539351 is #AC6CAE. Grayscale: #787878. Windows color (decimal): -11300015 or 5346131. OLE color: 5346131.

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

Color convert

RGB8314781-
CMYK0.4400.450.42
HSL118.18º28.95%44.71%-
HSV(B)118.18º44.9%57.65%-
XYZ15.4923.311.47-
YUV120.34105.8101.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=26.69%
G=47.27%
B=26.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147810.4400.450.42118.1828.9544.71
Hex5393512C02D2A761d2d
Octal12322312154055521663555
Binary10100111001001110100011011000101101101010111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539351; }

 p { color: rgb(83,147,81); }

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

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

 a { background-color: rgb(83,147,81); }

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

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

 span { border-color: rgb(83,147,81); }

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