#539D4B

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

Shades of Fruit Salad #539D4B

Tints of Fruit Salad #539D4B

Color information

#539D4B (or 0x539D4B) is unknown color: approx Fruit Salad. HEX triplet: 53, 9D and 4B. RGB value is (83,157,75). Sum of RGB (Red+Green+Blue) = 83+157+75=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #539D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539D4B is #AC62B4. Grayscale: #7D7D7D. Windows color (decimal): -11297461 or 4955475. OLE color: 4955475.

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

Color convert

RGB8315775-
CMYK0.4700.520.38
HSL114.15º35.34%45.49%-
HSV(B)114.15º52.23%61.57%-
XYZ16.8926.4610.87-
YUV125.5399.4897.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=26.35%
G=49.84%
B=23.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83157750.4700.520.38114.1535.3445.49
Hex539D4B2F0342672232d
Octal12323511357064461624355
Binary101001110011101100101110111101101001001101110010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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