#539A4B

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

Shades of Fruit Salad #539A4B

Tints of Fruit Salad #539A4B

Color information

#539A4B (or 0x539A4B) is unknown color: approx Fruit Salad. HEX triplet: 53, 9A and 4B. RGB value is (83,154,75). Sum of RGB (Red+Green+Blue) = 83+154+75=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #539A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A4B is #AC65B4. Grayscale: #7C7C7C. Windows color (decimal): -11298229 or 4954707. OLE color: 4954707.

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

Color convert

RGB8315475-
CMYK0.4600.510.40
HSL113.92º34.5%44.9%-
HSV(B)113.92º51.3%60.39%-
XYZ16.3925.4610.71-
YUV123.76100.4898.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 154 (60.55% from 255) = 49.36%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=26.60%
G=49.36%
B=24.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154750.4600.510.40113.9234.544.9
Hex539A4B2E0332872222d
Octal12323211356063501624255
Binary101001110011010100101110111001100111010001110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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