#539C51

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

Shades of Fruit Salad #539C51

Tints of Fruit Salad #539C51

Color information

#539C51 (or 0x539C51) is unknown color: approx Fruit Salad. HEX triplet: 53, 9C and 51. RGB value is (83,156,81). Sum of RGB (Red+Green+Blue) = 83+156+81=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #539C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C51 is #AC63AE. Grayscale: #7D7D7D. Windows color (decimal): -11297711 or 5348435. OLE color: 5348435.

HSL color Cylindrical-coordinate representation of color #539C51: hue angle of 118.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539C51 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB8315681-
CMYK0.4700.480.39
HSL118.4º31.65%46.47%-
HSV(B)118.4º48.08%61.18%-
XYZ16.9426.2111.95-
YUV125.62102.8297.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=25.94%
G=48.75%
B=25.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83156810.4700.480.39118.431.6546.47
Hex539C512F0302776202e
Octal12323412157060471664056
Binary101001110011100101000110111101100001001111110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539C51; }

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

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

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

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

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

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

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

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