#539A46

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

Shades of Fruit Salad #539A46

Tints of Fruit Salad #539A46

Color information

#539A46 (or 0x539A46) is unknown color: approx Fruit Salad. HEX triplet: 53, 9A and 46. RGB value is (83,154,70). Sum of RGB (Red+Green+Blue) = 83+154+70=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #539A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A46 is #AC65B9. Grayscale: #7B7B7B. Windows color (decimal): -11298234 or 4627027. OLE color: 4627027.

HSL color Cylindrical-coordinate representation of color #539A46: hue angle of 110.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #539A46 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB8315470-
CMYK0.4600.550.40
HSL110.71º37.5%43.92%-
HSV(B)110.71º54.55%60.39%-
XYZ16.2325.399.84-
YUV123.297.9899.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=27.04%
G=50.16%
B=22.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154700.4600.550.40110.7137.543.92
Hex539A462E037286f262c
Octal12323210656067501574654
Binary101001110011010100011010111001101111010001101111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,70); }

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

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

 a { background-color: rgb(83,154,70); }

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

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

 span { border-color: rgb(83,154,70); }

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