#539B4E

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

Shades of Fruit Salad #539B4E

Tints of Fruit Salad #539B4E

Color information

#539B4E (or 0x539B4E) is unknown color: approx Fruit Salad. HEX triplet: 53, 9B and 4E. RGB value is (83,155,78). Sum of RGB (Red+Green+Blue) = 83+155+78=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #539B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B4E is #AC64B1. Grayscale: #7C7C7C. Windows color (decimal): -11297970 or 5151571. OLE color: 5151571.

HSL color Cylindrical-coordinate representation of color #539B4E: hue angle of 116.1º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #539B4E is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB8315578-
CMYK0.4600.500.39
HSL116.1º33.05%45.69%-
HSV(B)116.1º49.68%60.78%-
XYZ16.6625.8311.32-
YUV124.69101.6598.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=26.27%
G=49.05%
B=24.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83155780.4600.500.39116.133.0545.69
Hex539B4E2E0322774212e
Octal12323311656062471644156
Binary101001110011011100111010111001100101001111110100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,155,78); }

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

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

 a { background-color: rgb(83,155,78); }

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

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

 span { border-color: rgb(83,155,78); }

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