#539E52

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

Shades of Fruit Salad #539E52

Tints of Fruit Salad #539E52

Color information

#539E52 (or 0x539E52) is unknown color: approx Fruit Salad. HEX triplet: 53, 9E and 52. RGB value is (83,158,82). Sum of RGB (Red+Green+Blue) = 83+158+82=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #539E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E52 is #AC61AD. Grayscale: #7F7F7F. Windows color (decimal): -11297198 or 5414483. OLE color: 5414483.

HSL color Cylindrical-coordinate representation of color #539E52: hue angle of 119.21º 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 #539E52 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB8315882-
CMYK0.4700.480.38
HSL119.21º31.67%47.06%-
HSV(B)119.21º48.1%61.96%-
XYZ17.3226.912.26-
YUV126.91102.6596.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=25.70%
G=48.92%
B=25.39%

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
Decimal83158820.4700.480.38119.2131.6747.06
Hex539E522F0302677202f
Octal12323612257060461674057
Binary101001110011110101001010111101100001001101110111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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