#539D51

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

Shades of Fruit Salad #539D51

Tints of Fruit Salad #539D51

Color information

#539D51 (or 0x539D51) is unknown color: approx Fruit Salad. HEX triplet: 53, 9D and 51. RGB value is (83,157,81). Sum of RGB (Red+Green+Blue) = 83+157+81=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #539D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D51 is #AC62AE. Grayscale: #7E7E7E. Windows color (decimal): -11297455 or 5348691. OLE color: 5348691.

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

Color convert

RGB8315781-
CMYK0.4700.480.38
HSL118.42º31.93%46.67%-
HSV(B)118.42º48.41%61.57%-
XYZ17.1126.5512.01-
YUV126.21102.4897.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 157 (61.72% from 255) = 48.91%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=25.86%
G=48.91%
B=25.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83157810.4700.480.38118.4231.9346.67
Hex539D512F0302676202f
Octal12323512157060461664057
Binary101001110011101101000110111101100001001101110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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