#539E48

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

Shades of Fruit Salad #539E48

Tints of Fruit Salad #539E48

Color information

#539E48 (or 0x539E48) is unknown color: approx Fruit Salad. HEX triplet: 53, 9E and 48. RGB value is (83,158,72). Sum of RGB (Red+Green+Blue) = 83+158+72=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #539E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539E48 is #AC61B7. Grayscale: #7E7E7E. Windows color (decimal): -11297208 or 4759123. OLE color: 4759123.

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

Color convert

RGB8315872-
CMYK0.4700.540.38
HSL112.33º37.39%45.1%-
HSV(B)112.33º54.43%61.96%-
XYZ16.9626.7610.4-
YUV125.7797.6597.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=26.52%
G=50.48%
B=23.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83158720.4700.540.38112.3337.3945.1
Hex539E482F0362670252d
Octal12323611057066461604555
Binary101001110011110100100010111101101101001101110000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,158,72); }

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

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

 a { background-color: rgb(83,158,72); }

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

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

 span { border-color: rgb(83,158,72); }

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